No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 

826 líneas
18 KiB

  1. {
  2. // 页面配置;数组中第一项是首页
  3. // 注意:新增页面必须在这里写好配置,否则无法跳转;页面的标题、下拉刷新等均在此处配置
  4. // 注意:阿里小程序不要给导航栏设置颜色,否则无法正确显示导航栏文字
  5. "pages": [
  6. // 主页(tabBar #1)
  7. {
  8. "path": "pages/home",
  9. "style": {
  10. "navigationBarTitleText": "数字化智慧校园",
  11. // #ifndef MP-ALIPAY
  12. "navigationBarBackgroundColor": "#0c86d8",
  13. "navigationBarTextStyle": "white",
  14. // #endif
  15. "backgroundColorTop": "#0c86d8",
  16. "backgroundColorBottom": "#f3f3f3",
  17. "enablePullDownRefresh": true
  18. }
  19. },
  20. {
  21. "path": "pages/home/more",
  22. "style": {
  23. "navigationBarTitleText": "更多应用"
  24. }
  25. },
  26. {
  27. "path": "pages/home/notice",
  28. "style": {
  29. "navigationBarTitleText": "新闻与通知"
  30. }
  31. },
  32. // 示例系统表单
  33. {
  34. "path": "pages/DemoLeaveForm",
  35. "style": {
  36. "navigationBarTitleText": "请假系统表单"
  37. }
  38. },
  39. // 登录/注册页
  40. {
  41. "path": "pages/login",
  42. "style": {
  43. "navigationStyle": "custom",
  44. "disableScroll": true
  45. }
  46. },
  47. {
  48. "path": "pages/signup",
  49. "style": {
  50. "navigationBarTitleText": "注册账号",
  51. "disableScroll": true
  52. }
  53. },
  54. // 消息(tabBar #2)
  55. {
  56. "path": "pages/msg",
  57. "style": {
  58. "navigationBarTitleText": "消息",
  59. "enablePullDownRefresh": true
  60. }
  61. },
  62. {
  63. "path": "pages/msg/chat",
  64. "style": {
  65. "navigationBarTitleText": "对话列表",
  66. "enablePullDownRefresh": true
  67. }
  68. },
  69. // 通讯录(tabBar #3)
  70. {
  71. "path": "pages/contact",
  72. "style": {
  73. "navigationBarTitleText": "通讯录"
  74. }
  75. },
  76. // 我的(tabBar #4)
  77. {
  78. "path": "pages/my",
  79. "style": {
  80. // #ifndef MP-ALIPAY
  81. "navigationBarBackgroundColor": "#0c86d8",
  82. "navigationBarTextStyle": "white",
  83. // #endif
  84. "navigationBarTitleText": "我的",
  85. "backgroundColorTop": "#0c86d8",
  86. "backgroundColorBottom": "#f3f3f3"
  87. }
  88. },
  89. {
  90. "path": "pages/my/info",
  91. "style": {
  92. "navigationBarTitleText": "我的信息"
  93. }
  94. },
  95. {
  96. "path": "pages/my/contact",
  97. "style": {
  98. "navigationBarTitleText": "我的联系方式"
  99. }
  100. },
  101. {
  102. "path": "pages/my/qrcode",
  103. "style": {
  104. "navigationBarTitleText": "我的二维码"
  105. }
  106. },
  107. {
  108. "path": "pages/my/password",
  109. "style": {
  110. "navigationBarTitleText": "更改密码"
  111. }
  112. },
  113. {
  114. "path": "pages/my/learun",
  115. "style": {
  116. "navigationBarTitleText": "关于泉江",
  117. // #ifndef MP-ALIPAY
  118. "navigationBarBackgroundColor": "#0c86d8",
  119. "navigationBarTextStyle": "white",
  120. // #endif
  121. "backgroundColor": "#FFFFFF"
  122. }
  123. },
  124. {
  125. "path": "pages/my/framework",
  126. "style": {
  127. "navigationBarTitleText": "数字化智慧校园",
  128. // #ifndef MP-ALIPAY
  129. "navigationBarBackgroundColor": "#0c86d8",
  130. "navigationBarTextStyle": "white",
  131. // #endif
  132. "backgroundColor": "#FFFFFF"
  133. }
  134. },
  135. // 通用页面
  136. {
  137. "path": "pages/common/select-organize",
  138. "style": {
  139. "navigationBarTitleText": "选择公司/部门/员工"
  140. }
  141. },
  142. {
  143. "path": "pages/common/select-layer",
  144. "style": {
  145. "navigationBarTitleText": "选择一个选项"
  146. }
  147. },
  148. // 自定义应用
  149. {
  150. "path": "pages/customapp/list",
  151. "style": {
  152. "navigationBarTitleText": "自定义应用"
  153. }
  154. },
  155. {
  156. "path": "pages/customapp/single",
  157. "style": {
  158. "navigationBarTitleText": "自定义应用详情页"
  159. }
  160. },
  161. // 工作流
  162. {
  163. "path": "pages/nworkflow/myflow/list",
  164. "style": {
  165. "navigationBarTitleText": "我的任务",
  166. "disableScroll": true
  167. }
  168. },
  169. {
  170. "path": "pages/nworkflow/myflow/single",
  171. "style": {
  172. "navigationBarTitleText": "任务详情",
  173. "backgroundColorTop": "#FFFFFF"
  174. }
  175. },
  176. {
  177. "path": "pages/nworkflow/myflow/sign",
  178. "style": {
  179. "navigationBarTitleText": "流程加签与审核",
  180. "backgroundColor": "#FFFFFF"
  181. }
  182. },
  183. {
  184. "path": "pages/nworkflow/releasetask/list",
  185. "style": {
  186. "navigationBarTitleText": "流程发起",
  187. "disableScroll": true
  188. }
  189. },
  190. {
  191. "path": "pages/nworkflow/releasetask/single",
  192. "style": {
  193. "navigationBarTitleText": "流程信息录入"
  194. }
  195. },
  196. // 组件演示
  197. {
  198. "path": "pages/demo/list",
  199. "style": {
  200. "navigationBarTitleText": "组件演示"
  201. }
  202. },
  203. {
  204. "path": "pages/demo/component/form",
  205. "style": {
  206. "navigationBarTitleText": "表单 · Form"
  207. }
  208. },
  209. {
  210. "path": "pages/demo/component/card",
  211. "style": {
  212. "navigationBarTitleText": "卡片 · Card"
  213. }
  214. },
  215. {
  216. "path": "pages/demo/component/list",
  217. "style": {
  218. "navigationBarTitleText": "列表/宫格 · List"
  219. }
  220. },
  221. {
  222. "path": "pages/demo/component/modal",
  223. "style": {
  224. "navigationBarTitleText": "弹出框 · Modal"
  225. }
  226. },
  227. {
  228. "path": "pages/demo/component/bar",
  229. "style": {
  230. "navigationBarTitleText": "操作条 · Bar"
  231. }
  232. },
  233. {
  234. "path": "pages/demo/component/timeline",
  235. "style": {
  236. "navigationBarTitleText": "时间轴 · Timeline"
  237. }
  238. },
  239. {
  240. "path": "pages/demo/component/step",
  241. "style": {
  242. "navigationBarTitleText": "步骤条 · Step"
  243. }
  244. },
  245. {
  246. "path": "pages/demo/component/nav",
  247. "style": {
  248. "navigationBarTitleText": "导航栏/页签 · Nav"
  249. }
  250. },
  251. {
  252. "path": "pages/demo/component/chat",
  253. "style": {
  254. "navigationBarTitleText": "聊天消息 · Chat"
  255. }
  256. },
  257. {
  258. "path": "pages/demo/element/layout",
  259. "style": {
  260. "navigationBarTitleText": "布局 · Layout"
  261. }
  262. },
  263. {
  264. "path": "pages/demo/element/support",
  265. "style": {
  266. "navigationBarTitleText": "辅助类 · Support"
  267. }
  268. },
  269. {
  270. "path": "pages/demo/element/button",
  271. "style": {
  272. "navigationBarTitleText": "按钮 · Button"
  273. }
  274. },
  275. {
  276. "path": "pages/demo/element/avatar",
  277. "style": {
  278. "navigationBarTitleText": "头像 · Avatar"
  279. }
  280. },
  281. {
  282. "path": "pages/demo/element/icon",
  283. "style": {
  284. "navigationBarTitleText": "图标 · Icon"
  285. }
  286. },
  287. {
  288. "path": "pages/demo/element/background",
  289. "style": {
  290. "navigationBarTitleText": "背景/底色 · Background"
  291. }
  292. },
  293. {
  294. "path": "pages/demo/element/loading",
  295. "style": {
  296. "navigationBarTitleText": "加载中动画 · Loading"
  297. }
  298. },
  299. {
  300. "path": "pages/demo/element/progress",
  301. "style": {
  302. "navigationBarTitleText": "进度条 · Progress"
  303. }
  304. },
  305. {
  306. "path": "pages/demo/element/shadow",
  307. "style": {
  308. "navigationBarTitleText": "边框/阴影 · Shadow"
  309. }
  310. },
  311. {
  312. "path": "pages/demo/element/tag",
  313. "style": {
  314. "navigationBarTitleText": "标签/角标 · Tag"
  315. }
  316. },
  317. {
  318. "path": "pages/demo/element/text",
  319. "style": {
  320. "navigationBarTitleText": "文本 · Text"
  321. }
  322. },
  323. // crm功能 (业务示例,页面均由 app 代码生成器生成)
  324. {
  325. "path": "pages/crm/invoice/list",
  326. "style": {
  327. "navigationBarTitleText": "开票管理"
  328. }
  329. },
  330. {
  331. "path": "pages/crm/invoice/single",
  332. "style": {
  333. "navigationBarTitleText": "票据详情"
  334. }
  335. },
  336. {
  337. "path": "pages/crm/order/list",
  338. "style": {
  339. "navigationBarTitleText": "订单管理"
  340. }
  341. },
  342. {
  343. "path": "pages/crm/order/single",
  344. "style": {
  345. "navigationBarTitleText": "订单详情"
  346. }
  347. },
  348. // 考勤记录
  349. {
  350. "path": "pages/LogisticsManagement/ADR_Record/list",
  351. "style": {
  352. "navigationBarTitleText": "考勤里列表"
  353. }
  354. },
  355. {
  356. "path": "pages/LogisticsManagement/ADR_Record/single",
  357. "style": {
  358. "navigationBarTitleText": "考勤详情"
  359. }
  360. },
  361. //班级自诊打卡
  362. {
  363. "path": "pages/EducationalAdministration/Thermography/list",
  364. "style": {
  365. "navigationBarTitleText": "列表"
  366. }
  367. },
  368. {
  369. "path": "pages/EducationalAdministration/Thermography/single",
  370. "style": {
  371. "navigationBarTitleText": "详情"
  372. }
  373. },
  374. //借阅信息
  375. {
  376. "path": "pages/EducationalAdministration/BookBorrow/list",
  377. "style": {
  378. "navigationBarTitleText": "借阅信息"
  379. }
  380. },
  381. //校长信箱
  382. {
  383. "path": "pages/EducationalAdministration/StuMail/list",
  384. "style": {
  385. "navigationBarTitleText": "校长信箱"
  386. }
  387. },
  388. {
  389. "path": "pages/EducationalAdministration/StuMail/single",
  390. "style": {
  391. "navigationBarTitleText": "详细"
  392. }
  393. },
  394. //社团管理
  395. {
  396. "path": "pages/PersonnelManagement/CommunityInfo/list",
  397. "style": {
  398. "navigationBarTitleText": "社团列表"
  399. }
  400. },
  401. {
  402. "path": "pages/PersonnelManagement/CommunityInfo/single",
  403. "style": {
  404. "navigationBarTitleText": "社团详情"
  405. }
  406. },
  407. {
  408. "path": "pages/PersonnelManagement/CommunityMember/list",
  409. "style": {
  410. "navigationBarTitleText": "我的社团"
  411. }
  412. },
  413. //个人信息
  414. {
  415. "path": "pages/EducationalAdministration/StuInfoBasic/list",
  416. "style": {
  417. "navigationBarTitleText": "个人信息"
  418. }
  419. },
  420. //学生消费记录
  421. {
  422. "path": "pages/EducationalAdministration/StuConsumption/list",
  423. "style": {
  424. "navigationBarTitleText": "消费记录"
  425. }
  426. },
  427. {
  428. "path": "pages/EducationalAdministration/StuConsumption/single",
  429. "style": {
  430. "navigationBarTitleText": "消费详情"
  431. }
  432. },
  433. //工作日志
  434. {
  435. "path": "pages/EducationalAdministration/JournalSend/list",
  436. "style": {
  437. "navigationBarTitleText": "工作日志"
  438. }
  439. },
  440. {
  441. "path": "pages/EducationalAdministration/JournalSend/single",
  442. "style": {
  443. "navigationBarTitleText": "日志详情"
  444. }
  445. },
  446. //公文查看
  447. {
  448. "path": "pages/EducationalAdministration/Sys_ReceiveFile/list",
  449. "style": {
  450. "navigationBarTitleText": "公文查看"
  451. }
  452. },
  453. {
  454. "path": "pages/EducationalAdministration/Sys_ReceiveFile/single",
  455. "style": {
  456. "navigationBarTitleText": "公文详情"
  457. }
  458. },
  459. //教师个人信息
  460. {
  461. "path": "pages/EducationalAdministration/EmpInfo/list",
  462. "style": {
  463. "navigationBarTitleText": "个人信息"
  464. }
  465. },
  466. //收件箱
  467. {
  468. "path": "pages/EducationalAdministration/SYS_ReceiveMessage/list",
  469. "style": {
  470. "navigationBarTitleText": "收件箱"
  471. }
  472. },
  473. {
  474. "path": "pages/EducationalAdministration/SYS_ReceiveMessage/single",
  475. "style": {
  476. "navigationBarTitleText": "邮件详情"
  477. }
  478. },
  479. //活动安排
  480. {
  481. "path": "pages/PersonnelManagement/ActivitySchedule/list",
  482. "style": {
  483. "navigationBarTitleText": "活动安排"
  484. }
  485. },
  486. {
  487. "path": "pages/PersonnelManagement/ActivitySchedule/single",
  488. "style": {
  489. "navigationBarTitleText": "活动详情"
  490. }
  491. },
  492. //班级活动记事
  493. {
  494. "path": "pages/PersonnelManagement/ClassWork/list",
  495. "style": {
  496. "navigationBarTitleText": "班级工作记事"
  497. }
  498. },
  499. {
  500. "path": "pages/PersonnelManagement/ClassWork/single",
  501. "style": {
  502. "navigationBarTitleText": "详情"
  503. }
  504. },
  505. //值班安排
  506. {
  507. "path": "pages/PersonnelManagement/DutySchedule/list",
  508. "style": {
  509. "navigationBarTitleText": "值班安排"
  510. }
  511. },
  512. {
  513. "path": "pages/PersonnelManagement/DutySchedule/single",
  514. "style": {
  515. "navigationBarTitleText": "详情"
  516. }
  517. },
  518. //掌上报修
  519. {
  520. "path": "pages/PersonnelManagement/EmpRepair/list",
  521. "style": {
  522. "navigationBarTitleText": "掌上报修"
  523. }
  524. },
  525. {
  526. "path": "pages/PersonnelManagement/EmpRepair/single",
  527. "style": {
  528. "navigationBarTitleText": "详情"
  529. }
  530. },
  531. //日程安排
  532. {
  533. "path": "pages/PersonnelManagement/Schedule/list",
  534. "style": {
  535. "navigationBarTitleText": "日程安排"
  536. }
  537. },
  538. {
  539. "path": "pages/PersonnelManagement/Schedule/single",
  540. "style": {
  541. "navigationBarTitleText": "详情"
  542. }
  543. },
  544. //调度信息
  545. {
  546. "path": "pages/EducationalAdministration/ArrangeLessonTermAttemper/list",
  547. "style": {
  548. "navigationBarTitleText": "调度信息"
  549. }
  550. },
  551. //请假管理
  552. {
  553. "path": "pages/EducationalAdministration/StuAttendanceLeave/list",
  554. "style": {
  555. "navigationBarTitleText": "请假管理"
  556. }
  557. },
  558. {
  559. "path": "pages/EducationalAdministration/StuAttendanceLeave/single",
  560. "style": {
  561. "navigationBarTitleText": "审核"
  562. }
  563. },
  564. //疫情详细信息
  565. {
  566. "path": "pages/PersonnelManagement/ContactsDetails/list",
  567. "style": {
  568. "navigationBarTitleText": "疫情详细信息"
  569. }
  570. },
  571. {
  572. "path": "pages/PersonnelManagement/ContactsDetails/single",
  573. "style": {
  574. "navigationBarTitleText": "详情"
  575. }
  576. },
  577. //听课记录
  578. {
  579. "path": "pages/LogisticsManagement/ListenClassRecord/list",
  580. "style": {
  581. "navigationBarTitleText": "听课记录"
  582. }
  583. },
  584. {
  585. "path": "pages/LogisticsManagement/ListenClassRecord/single",
  586. "style": {
  587. "navigationBarTitleText": "详情"
  588. }
  589. },
  590. //掌上评教
  591. {
  592. "path": "pages/EducationalAdministration/EvaluationTeach/list",
  593. "style": {
  594. "navigationBarTitleText": "课程列表"
  595. }
  596. },
  597. {
  598. "path": "pages/EducationalAdministration/EvaluationTeach/single",
  599. "style": {
  600. "navigationBarTitleText": "评教"
  601. }
  602. },
  603. //在线缴费
  604. {
  605. "path": "pages/onlienpay/list",
  606. "style": {
  607. "navigationBarTitleText": "在线缴费"
  608. }
  609. },
  610. //成绩查询
  611. {
  612. "path": "pages/studentSee/list",
  613. "style": {
  614. "navigationBarTitleText": "成绩查询"
  615. }
  616. },
  617. //我的考勤
  618. {
  619. "path": "pages/studentCheck/list",
  620. "style": {
  621. "navigationBarTitleText": "我的考勤"
  622. }
  623. },
  624. //我的处分
  625. {
  626. "path": "pages/StuPunishment/list",
  627. "style": {
  628. "navigationBarTitleText": "我的处分"
  629. }
  630. },
  631. //考试安排
  632. {
  633. "path": "pages/stuExamArrangement/list",
  634. "style": {
  635. "navigationBarTitleText": "考试安排",
  636. "backgroundColor": "#ffffff"
  637. }
  638. },
  639. //奖励信息
  640. {
  641. "path": "pages/StuEncourgement/list",
  642. "style": {
  643. "navigationBarTitleText": "奖励信息"
  644. }
  645. },
  646. //我的课表
  647. {
  648. "path": "pages/timeTable/list",
  649. "style": {
  650. "navigationBarTitleText": "我的课表"
  651. }
  652. },
  653. {
  654. "path": "pages/timeTable/leaveFrom",
  655. "style": {
  656. "navigationBarTitleText": "详细"
  657. }
  658. },
  659. //选修课选课(预)
  660. {
  661. "path": "pages/EducationalAdministration/OpenLessonPlanOfElectiveStudentPre/list",
  662. "style": {
  663. "navigationBarTitleText": "选修课选课(预)"
  664. }
  665. },
  666. {
  667. "path": "pages/EducationalAdministration/OpenLessonPlanOfElectiveStudentPre/from",
  668. "style": {
  669. "navigationBarTitleText": "查看详情"
  670. }
  671. },
  672. //选修课选课
  673. {
  674. "path": "pages/EducationalAdministration/OpenLessonPlanOfElectiveStudent/list",
  675. "style": {
  676. "navigationBarTitleText": "选修课选课"
  677. }
  678. },
  679. {
  680. "path": "pages/EducationalAdministration/OpenLessonPlanOfElectiveStudent/from",
  681. "style": {
  682. "navigationBarTitleText": "查看详情"
  683. }
  684. },
  685. //我的选修课
  686. {
  687. "path": "pages/EducationalAdministration/OpenLessonPlanOfElectiveStudentSelected/list",
  688. "style": {
  689. "navigationBarTitleText": "我的选修课"
  690. }
  691. },
  692. {
  693. "path": "pages/EducationalAdministration/OpenLessonPlanOfElectiveStudentSelected/from",
  694. "style": {
  695. "navigationBarTitleText": "查看详情"
  696. }
  697. },
  698. //学费查询
  699. {
  700. "path": "pages/StuPayFee/list",
  701. "style": {
  702. "navigationBarTitleText": "学费查询"
  703. }
  704. },
  705. //自诊打卡
  706. {
  707. "path": "pages/PersonnelManagement/EpidemicSituationCopy/list",
  708. "style": {
  709. "navigationBarTitleText": "自诊打卡"
  710. }
  711. },
  712. {
  713. "path": "pages/PersonnelManagement/EpidemicSituationCopy/from",
  714. "style": {
  715. "navigationBarTitleText": "查看详情"
  716. }
  717. }
  718. ],
  719. // 全局样式
  720. "globalStyle": {
  721. "navigationBarTextStyle": "white", //导航栏标题颜色及状态栏前景颜色
  722. "enablePullDownRefresh": false, //是否开启下拉刷新
  723. "navigationBarBackgroundColor": "#0C86D8", //导航栏背景颜色
  724. "backgroundColor": "#f3f3f3", //窗口背景色
  725. "navigationBarTitleText": "数字化校园", //导航栏标题文字内容
  726. "mp-alipay": {
  727. "allowsBounceVertical": "NO"
  728. }
  729. },
  730. // 底边栏
  731. "tabBar": {
  732. "color": "#8c8c8c",
  733. "selectedColor": "#3398DC",
  734. "borderStyle": "black",
  735. "backgroundColor": "#f5f5f5",
  736. "list": [{
  737. "pagePath": "pages/home",
  738. "iconPath": "static/img-bar/tab-home.png",
  739. "selectedIconPath": "static/img-bar/tab-home-active.png",
  740. "text": "首页"
  741. }, {
  742. "pagePath": "pages/msg",
  743. "iconPath": "static/img-bar/tab-msg.png",
  744. "selectedIconPath": "static/img-bar/tab-msg-active.png",
  745. "text": "消息"
  746. },
  747. {
  748. "pagePath": "pages/contact",
  749. "iconPath": "static/img-bar/tab-contact.png",
  750. "selectedIconPath": "static/img-bar/tab-contact-active.png",
  751. "text": "通讯录"
  752. }, {
  753. "pagePath": "pages/my",
  754. "iconPath": "static/img-bar/tab-my.png",
  755. "selectedIconPath": "static/img-bar/tab-my-active.png",
  756. "text": "我的"
  757. }
  758. ]
  759. },
  760. // 自动引入组件配置
  761. "easycom": {
  762. "custom": {
  763. // 组件演示页专用组件,用于点击展开显示组件用法
  764. "l-demo-description": "@/components/learun-app/demo-description.vue",
  765. // 滚动列表,支持下拉刷新/上拉加载
  766. "l-scroll-list": "@/components/learun-app/scroll-list.vue",
  767. // 动态表单
  768. "l-customform-table": "@/components/learun-app/customform-table.vue",
  769. "l-customform": "@/components/learun-app/customform.vue",
  770. // 扩展表单选项
  771. "l-layer-picker": "@/components/learun-app/layer-picker.vue",
  772. "l-organize-picker": "@/components/learun-app/organize-picker.vue",
  773. "l-upload-file": "@/components/learun-app/upload-file.vue",
  774. "l-organize-tree": "@/components/learun-app/organize-tree.vue",
  775. "l-organize-single-item": "@/components/learun-app/organize-single-item.vue",
  776. // 工作流页面专用
  777. "l-workflow-action": "@/components/learun-app/workflow-action.vue",
  778. "l-workflow-timeline": "@/components/learun-app/workflow-timeline.vue",
  779. // 自定义业务页面专用
  780. "l-customlist-banner": "@/components/learun-app/customlist-banner.vue",
  781. "l-customlist-add": "@/components/learun-app/customlist-add.vue",
  782. "l-customlist-action": "@/components/learun-app/customlist-action.vue",
  783. "l-customlist-sidepage-datefilter": "@/components/learun-app/customlist-sidepage-datefilter.vue",
  784. "l-customlist": "@/components/learun-app/customlist.vue",
  785. // jshint ignore:start
  786. // LearunMPUI 小程序 UI 库基础组件
  787. // 引入分为阿里小程序版和非阿里小程序版,因为阿里小程序需要单独适配
  788. // #ifdef MP-ALIPAY
  789. "l-(.*)": "@/components/learun-mpui/learun-ui-ali/$1.vue",
  790. // #endif
  791. // #ifndef MP-ALIPAY
  792. "l-(.*)": "@/components/learun-mpui/learun-ui-mp/$1.vue",
  793. // #endif
  794. // jshint ignore:end
  795. // 第三方组件
  796. "tki-qrcode": "@/components/tki-qrcode/tki-qrcode.vue",
  797. "u-parse": "@/components/u-parse/u-parse.vue"
  798. }
  799. }
  800. }