1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- {
- "easycom": {
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [{
- "path": "pages/index/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- }, {
- "path": "pages/login/index",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/login/passwordForm",
- "style": {
- "navigationStyle": "custom"
- }
- }],
- "subPackages": [{
- "root": "pagesHandle",
- "pages": [{
- "path": "rectifyInfo",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "autographForm",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "adviseForm",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "historyList",
- "style": {
- "navigationStyle": "custom"
- }
- }]
- }],
- "globalStyle": {
- "navigationStyle": "default",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "星火纵横销售端",
- "navigationBarBackgroundColor": "#ffffff",
- "backgroundColor": "#F8F8F8"
- }
- }
|