| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194 |
- {
- "easycom": {
- "autoscan": true,
- "custom": {
- "^s-(.*)": "@/common/components/s-$1/s-$1.vue",
- "^su-(.*)": "@/common/ui/su-$1/su-$1.vue"
- }
- },
- "pages": [{
- "path": "pages/index/index",
- "aliasPath": "/",
- "style": {
- "navigationBarTitleText": "首页",
- "enablePullDownRefresh": false
- },
- "meta": {
- "auth": false,
- "sync": true,
- "title": "首页",
- "group": "音链"
- }
- },
- {
- "path": "pages/index/user",
- "style": {
- "navigationBarTitleText": "我的"
- },
- "meta": {
- "auth": true,
- "sync": true,
- "title": "我的",
- "group": "音链"
- }
- },
- {
- "path": "pages/index/review",
- "style": {
- "navigationBarTitleText": "复盘"
- },
- "meta": {
- "auth": true,
- "sync": true,
- "title": "复盘",
- "group": "音链"
- }
- },
- {
- "path": "pages/index/login",
- "style": {
- "navigationBarTitleText": "登录"
- }
- },
- {
- "path": "pages/index/search",
- "style": {
- "navigationBarTitleText": "搜索"
- },
- "meta": {
- "sync": true,
- "title": "搜索",
- "group": "音链"
- }
- }
- ],
- "subPackages": [
- {
- "root": "pages/task",
- "pages": [
- {
- "path": "create",
- "style": {
- "navigationBarTitleText": "任务创建"
- },
- "meta": {
- "auth": true,
- "sync": true,
- "title": "任务创建",
- "group": "任务"
- }
- },
- {
- "path": "executionList",
- "style": {
- "navigationBarTitleText": "执行对象"
- },
- "meta": {
- "auth": true,
- "sync": true,
- "title": "执行对象",
- "group": "任务"
- }
- },
- {
- "path": "speechTest",
- "style": {
- "navigationBarTitleText": "话术测试"
- },
- "meta": {
- "auth": true,
- "sync": true,
- "title": "话术测试",
- "group": "任务"
- }
- },
- {
- "path": "speechConfirm",
- "style": {
- "navigationBarTitleText": "任务执行"
- },
- "meta": {
- "auth": true,
- "sync": true,
- "title": "任务执行",
- "group": "任务"
- }
- },
- {
- "path": "selectReason",
- "style": {
- "navigationBarTitleText": "任务执行"
- },
- "meta": {
- "auth": true,
- "sync": true,
- "title": "任务执行",
- "group": "任务"
- }
- },
- {
- "path": "record",
- "style": {
- "navigationBarTitleText": "历史记录",
- "enablePullDownRefresh": true
- },
- "meta": {
- "auth": true,
- "sync": true,
- "title": "历史记录",
- "group": "任务"
- }
- },
- {
- "path": "details",
- "style": {
- "navigationBarTitleText": "任务明细",
- "enablePullDownRefresh": true
- },
- "meta": {
- "auth": true,
- "sync": true,
- "title": "任务明细",
- "group": "任务"
- }
- }
- ]
- },
- {
- "root": "pages/public",
- "pages": [
- {
- "path": "error",
- "style": {
- "navigationBarTitleText": "错误页面"
- }
- },
- {
- "path": "webview",
- "style": {
- "navigationBarTitleText": ""
- }
- }
- ]
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "音链",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#FFFFFF",
- "navigationStyle": "custom"
- },
- "tabBar": {
- "list": [{
- "pagePath": "pages/index/index"
- },
- {
- "pagePath": "pages/index/review"
- },
- {
- "pagePath": "pages/index/user"
- }
- ]
- }
- }
|