12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- {
- "pages": [{
- "path": "pages/login/login"
- }, {
- "path": "pages/login/selectSite",
- "style": {
- "navigationBarTitleText": "选择登录站点"
- }
- }, {
- "path": "pages/index/index"
- }],
- "subPackages": [{
- "root": "packageA",
- "pages": [{
- "path": "affiche/index"
- }, {
- "path": "affiche/detail"
- }, {
- "path": "course/index"
- }, {
- "path": "course/list"
- }, {
- "path": "course/detail"
- }, {
- "path": "exam/index"
- }, {
- "path": "exam/detail"
- }, {
- "path": "dailyYttendance/index"
- }, {
- "path": "dailyYttendance/makePoster"
- }, {
- "path": "advertising/shareable"
- }, {
- "path": "advertising/unshareable"
- }, {
- "path": "resourceLibrary/index"
- }, {
- "path": "resourceLibrary/detail"
- }]
- }],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "营销工具",
- "navigationBarBackgroundColor": "#FFF",
- "backgroundColor": "#F8F8F8"
- },
- "easycom": {
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- },
- "uniIdRouter": {}
- }
|