|
@@ -1,109 +1,153 @@
|
|
|
{
|
|
|
- "pages": [{
|
|
|
- "path": "pages/login",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "登录"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/register",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "注册"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "任务"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/work/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "工作台"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/mine/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "我的"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/mine/avatar/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "修改头像"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/mine/info/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "个人信息"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/mine/info/edit",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "编辑资料"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/mine/pwd/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "修改密码"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/mine/setting/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "应用设置"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/mine/help/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "常见问题"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/mine/about/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "关于我们"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/common/webview/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "浏览网页"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/common/textview/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "浏览文本"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/check/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "核查"
|
|
|
- }
|
|
|
- }
|
|
|
-],
|
|
|
- "tabBar": {
|
|
|
- "color": "#000000",
|
|
|
- "selectedColor": "#000000",
|
|
|
- "borderStyle": "white",
|
|
|
- "backgroundColor": "#ffffff",
|
|
|
- "list": [
|
|
|
- {
|
|
|
- "pagePath": "pages/index",
|
|
|
- "iconPath": "static/images/tabbar/home.png",
|
|
|
- "selectedIconPath": "static/images/tabbar/home_.png",
|
|
|
- "text": "任务"
|
|
|
- }, {
|
|
|
- "pagePath": "pages/check/index",
|
|
|
- "iconPath": "static/images/tabbar/work.png",
|
|
|
- "selectedIconPath": "static/images/tabbar/work_.png",
|
|
|
- "text": "核查"
|
|
|
- }, {
|
|
|
- "pagePath": "pages/mine/index",
|
|
|
- "iconPath": "static/images/tabbar/mine.png",
|
|
|
- "selectedIconPath": "static/images/tabbar/mine_.png",
|
|
|
- "text": "我的"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "globalStyle": {
|
|
|
- "navigationBarTextStyle": "black",
|
|
|
- "navigationBarTitleText": "RuoYi",
|
|
|
- "navigationBarBackgroundColor": "#FFFFFF"
|
|
|
- }
|
|
|
-}
|
|
|
+ "pages": [{
|
|
|
+ "path": "pages/login",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "登录"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/register",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "注册"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "任务"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/work/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "工作台"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/mine/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "我的"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/mine/avatar/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "修改头像"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/mine/info/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "个人信息"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/mine/info/edit",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "编辑资料"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/mine/pwd/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "修改密码"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/mine/setting/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "应用设置"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/mine/help/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "常见问题"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/mine/about/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "关于我们"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/common/webview/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "浏览网页"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/common/textview/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "浏览文本"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/check/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "核查"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/index/common/affirm",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "确认/退回图斑外业任务"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "tabBar": {
|
|
|
+ "color": "#000000",
|
|
|
+ "selectedColor": "#000000",
|
|
|
+ "borderStyle": "white",
|
|
|
+ "backgroundColor": "#ffffff",
|
|
|
+ "list": [{
|
|
|
+ "pagePath": "pages/index",
|
|
|
+ "iconPath": "static/images/tabbar/home.png",
|
|
|
+ "selectedIconPath": "static/images/tabbar/home_.png",
|
|
|
+ "text": "任务"
|
|
|
+ // }, {
|
|
|
+ // "pagePath": "pages/check/index",
|
|
|
+ // "iconPath": "static/images/tabbar/work.png",
|
|
|
+ // "selectedIconPath": "static/images/tabbar/work_.png",
|
|
|
+ // "text": "核查"
|
|
|
+ }, {
|
|
|
+ "pagePath": "pages/mine/index",
|
|
|
+ "iconPath": "static/images/tabbar/mine.png",
|
|
|
+ "selectedIconPath": "static/images/tabbar/mine_.png",
|
|
|
+ "text": "我的"
|
|
|
+ }]
|
|
|
+ },
|
|
|
+ "globalStyle": {
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarTitleText": "uni-app",
|
|
|
+ "navigationBarBackgroundColor": "#FFFFFF",
|
|
|
+ "backgroundColor": "#F8F8F8"
|
|
|
+ // "usingComponents": {
|
|
|
+ // "van-dropdown-menu": "/wxcomponents/dist/dropdown-menu/index",
|
|
|
+ // "van-dropdown-item": "/wxcomponents/dist/dropdown-item/index",
|
|
|
+ // "van-action-sheet": "/wxcomponents/dist/action-sheet/index",
|
|
|
+ // "van-area": "/wxcomponents/dist/area/index",
|
|
|
+ // "van-button": "/wxcomponents/dist/button/index",
|
|
|
+ // "van-card": "/wxcomponents/dist/card/index",
|
|
|
+ // "van-cell": "/wxcomponents/dist/cell/index",
|
|
|
+ // "van-cell-group": "/wxcomponents/dist/cell-group/index",
|
|
|
+ // "van-checkbox": "/wxcomponents/dist/checkbox/index",
|
|
|
+ // "van-checkbox-group": "/wxcomponents/dist/checkbox-group/index",
|
|
|
+ // "van-col": "/wxcomponents/dist/col/index",
|
|
|
+ // "van-dialog": "/wxcomponents/dist/dialog/index",
|
|
|
+ // "van-field": "/wxcomponents/dist/field/index",
|
|
|
+ // "van-goods-action": "/wxcomponents/dist/goods-action/index",
|
|
|
+ // "van-goods-action-icon": "/wxcomponents/dist/goods-action-icon/index",
|
|
|
+ // "van-goods-action-button": "/wxcomponents/dist/goods-action-button/index",
|
|
|
+ // "van-icon": "/wxcomponents/dist/icon/index",
|
|
|
+ // "van-loading": "/wxcomponents/dist/loading/index",
|
|
|
+ // "van-nav-bar": "/wxcomponents/dist/nav-bar/index",
|
|
|
+ // "van-notice-bar": "/wxcomponents/dist/notice-bar/index",
|
|
|
+ // "van-notify": "/wxcomponents/dist/notify/index",
|
|
|
+ // "van-panel": "/wxcomponents/dist/panel/index",
|
|
|
+ // "van-popup": "/wxcomponents/dist/popup/index",
|
|
|
+ // "van-progress": "/wxcomponents/dist/progress/index",
|
|
|
+ // "van-radio": "/wxcomponents/dist/radio/index",
|
|
|
+ // "van-radio-group": "/wxcomponents/dist/radio-group/index",
|
|
|
+ // "van-row": "/wxcomponents/dist/row/index",
|
|
|
+ // "van-search": "/wxcomponents/dist/search/index",
|
|
|
+ // "van-slider": "/wxcomponents/dist/slider/index",
|
|
|
+ // "van-stepper": "/wxcomponents/dist/stepper/index",
|
|
|
+ // "van-sticky": "/wxcomponents/dist/sticky/index",
|
|
|
+ // "van-steps": "/wxcomponents/dist/steps/index",
|
|
|
+ // "van-submit-bar": "/wxcomponents/dist/submit-bar/index",
|
|
|
+ // "van-swipe-cell": "/wxcomponents/dist/swipe-cell/index",
|
|
|
+ // "van-switch": "/wxcomponents/dist/switch/index",
|
|
|
+ // "van-tab": "/wxcomponents/dist/tab/index",
|
|
|
+ // "van-tabs": "/wxcomponents/dist/tabs/index"
|
|
|
+ // }
|
|
|
+ }
|
|
|
+}
|