From 5f964ee82adcef4980669cbc9198f3b435529634 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A6=82=E5=88=9D?= <3236758982@qq.com> Date: Fri, 15 May 2026 19:41:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=8E=E7=BA=A2=E6=94=80=EF=BC=9AV2.0.007?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E7=9A=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/manifest.json | 136 +++++ src/pages.json | 1438 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 1574 insertions(+) create mode 100644 src/manifest.json create mode 100644 src/pages.json diff --git a/src/manifest.json b/src/manifest.json new file mode 100644 index 0000000..ee24628 --- /dev/null +++ b/src/manifest.json @@ -0,0 +1,136 @@ +{ + "name": "亚为mom小程序", + "appid": "__UNI__7CADA36", + "description": "", + "versionName": "1.0.0", + "versionCode": "100", + "transformPx": false, + "app-plus": { + "usingComponents": true, + "nvueStyleCompiler": "uni-app", + "compilerVersion": 3, + "splashscreen": { + "alwaysShowBeforeRender": true, + "waiting": true, + "autoclose": true, + "delay": 0 + }, + "modules": {}, + "distribute": { + "android": { + "permissions": [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ], + "minSdkVersion": 21, + "targetSdkVersion": 30, + "abiFilters": [ + "armeabi-v7a", + "arm64-v8a" + ] + }, + "ios": {}, + "sdkConfigs": {}, + "icons": { + "android": { + "hdpi": "static/app/icons/72x72.png", + "xhdpi": "static/app/icons/96x96.png", + "xxhdpi": "static/app/icons/144x144.png", + "xxxhdpi": "static/app/icons/192x192.png" + }, + "ios": { + "appstore": "static/app/icons/1024x1024.png", + "ipad": { + "app": "static/app/icons/76x76.png", + "app@2x": "static/app/icons/152x152.png", + "notification": "static/app/icons/20x20.png", + "notification@2x": "static/app/icons/40x40.png", + "proapp@2x": "static/app/icons/167x167.png", + "settings": "static/app/icons/29x29.png", + "settings@2x": "static/app/icons/58x58.png", + "spotlight": "static/app/icons/40x40.png", + "spotlight@2x": "static/app/icons/80x80.png" + }, + "iphone": { + "app@2x": "static/app/icons/120x120.png", + "app@3x": "static/app/icons/180x180.png", + "notification@2x": "static/app/icons/40x40.png", + "notification@3x": "static/app/icons/60x60.png", + "settings@2x": "static/app/icons/58x58.png", + "settings@3x": "static/app/icons/87x87.png", + "spotlight@2x": "static/app/icons/80x80.png", + "spotlight@3x": "static/app/icons/120x120.png" + } + } + } + }, + "compatible": { + "ignoreVersion": true + } + }, + "app-harmony": { + "distribute": {} + }, + "mp-harmony": { + "distribute": {} + }, + "quickapp": {}, + "mp-weixin": { + "appid": "wx1a832d51073d3a35", + "setting": { + "urlCheck": false, + "es6": true, + "minified": true + }, + "usingComponents": true, + "optimization": { + "subPackages": true + }, + "mergeVirtualHostAttributes": true + }, + "mp-alipay": { + "usingComponents": true, + "styleIsolation": "shared", + "optimization": { + "subPackages": true + }, + "compileOptions": { + "globalObjectMode": "enable", + "transpile": { + "script": { + "ignore": [ + "node_modules/**" + ] + } + } + } + }, + "mp-baidu": { + "usingComponents": true + }, + "mp-toutiao": { + "usingComponents": true + }, + "uniStatistics": { + "enable": false + }, + "vueVersion": "3", + "h5": { + "router": { + "base": "/" + } + } +} \ No newline at end of file diff --git a/src/pages.json b/src/pages.json new file mode 100644 index 0000000..13147c1 --- /dev/null +++ b/src/pages.json @@ -0,0 +1,1438 @@ +{ + "globalStyle": { + "navigationStyle": "default", + "navigationBarTitleText": "芋道管理系统", + "navigationBarBackgroundColor": "#f8f8f8", + "navigationBarTextStyle": "black", + "backgroundColor": "#FFFFFF" + }, + "easycom": { + "autoscan": true, + "custom": { + "^fg-(.*)": "@/components/fg-$1/fg-$1.vue", + "^wd-(.*)": "wot-design-uni/components/wd-$1/wd-$1.vue", + "^(?!z-paging-refresh|z-paging-load-more)z-paging(.*)": "z-paging/components/z-paging$1/z-paging$1.vue" + } + }, + "pages": [ + // GENERATED BY UNI-PAGES, PLATFORM: H5 || MP-WEIXIN || APP + { + "path": "pages/index/index", + "type": "home", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "pages/bpm/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "pages/contact/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "pages/message/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "pages/user/index", + "type": "page", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "pages/index/settings/index", + "type": "page", + "style": { + "navigationStyle": "custom" + } + } + ], + "subPackages": [ + { + "root": "pages-core", + "pages": [ + // GENERATED BY UNI-PAGES, PLATFORM: H5 || MP-WEIXIN || APP + { + "path": "auth/code-login", + "type": "page", + "style": { + "navigationStyle": "custom" + }, + "excludeLoginPath": true + }, + { + "path": "auth/forget-password", + "type": "page", + "style": { + "navigationStyle": "custom" + }, + "excludeLoginPath": true + }, + { + "path": "auth/login", + "type": "page", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "auth/register", + "type": "page", + "style": { + "navigationStyle": "custom" + }, + "excludeLoginPath": true + }, + { + "path": "error/404", + "type": "page", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "error/pc-only", + "type": "page", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "user/contact/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "user/faq/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "user/feedback/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "user/profile/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "user/security/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "user/settings/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "user/settings/agreement/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "user/settings/privacy/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + } + ] + }, + { + "root": "pages-system", + "pages": [ + // GENERATED BY UNI-PAGES, PLATFORM: H5 || MP-WEIXIN || APP + { + "path": "area/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "dept/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "dict/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "login-log/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "mail/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "menu/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "notice/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "notify/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "oauth2/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "operate-log/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "post/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "role/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "sms/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "social/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "tenant/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "user/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "dept/detail/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "dept/form/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "login-log/detail/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "login-log/modules/search-form", + "type": "page" + }, + { + "path": "menu/detail/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "menu/form/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "notice/detail/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "notice/form/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "operate-log/detail/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "operate-log/modules/search-form", + "type": "page" + }, + { + "path": "post/detail/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "post/form/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "role/detail/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "role/form/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "user/detail/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "user/form/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "dict/data/detail/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "dict/data/form/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "dict/type/detail/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "dict/type/form/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "mail/account/detail/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "mail/account/form/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "mail/log/detail/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "mail/template/detail/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "mail/template/form/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "notify/message/detail/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "notify/template/detail/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "notify/template/form/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "oauth2/client/detail/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "oauth2/client/form/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "sms/channel/detail/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "sms/channel/form/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "sms/log/detail/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "sms/template/detail/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "sms/template/form/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "social/client/detail/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "social/client/form/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "social/user/detail/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "tenant/package/detail/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "tenant/package/form/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "tenant/tenant/detail/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "tenant/tenant/form/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + } + ] + }, + { + "root": "pages-infra", + "pages": [ + // GENERATED BY UNI-PAGES, PLATFORM: H5 || MP-WEIXIN || APP + { + "path": "api-access-log/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "api-error-log/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "config/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "data-source-config/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "file/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "job/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "web-socket/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "api-access-log/detail/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "api-error-log/detail/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "config/detail/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "config/form/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "data-source-config/detail/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "data-source-config/form/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "file/detail/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "file/config/detail/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "file/config/form/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "job/job/detail/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "job/job/form/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "job/log/detail/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + } + ] + }, + { + "root": "pages-bpm", + "pages": [ + // GENERATED BY UNI-PAGES, PLATFORM: H5 || MP-WEIXIN || APP + { + "path": "category/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "process-expression/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "process-listener/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "user-group/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "category/detail/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "category/form/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "oa/leave/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "process-expression/detail/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "process-expression/form/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "process-listener/detail/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "process-listener/form/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "processInstance/create/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "processInstance/detail/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "processInstance/manager/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "task/manager/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "user-group/detail/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "user-group/form/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "oa/leave/create/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "oa/leave/detail/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "processInstance/detail/add-sign/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "processInstance/detail/audit/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "processInstance/detail/delete-sign/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "processInstance/detail/process-cancel/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "processInstance/detail/reassign/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "processInstance/detail/return/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + } + ] + }, + { + "root": "pages-erp", + "pages": [ + // GENERATED BY UNI-PAGES, PLATFORM: H5 || MP-WEIXIN || APP + { + "path": "farmer/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "pick-broccoli/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "purchase-in/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "purchase-order/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "purchase-requisition/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "purchase-return/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "stock/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "stock-check/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "stock-gain/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "stock-in/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "stock-loss/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "stock-move/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "stock-out/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "stock-record/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "supplier/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "warehouse/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "farmer/form/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "pick-broccoli/detail/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "pick-broccoli/form/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "purchase-in/detail/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "purchase-in/form/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "purchase-order/detail/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "purchase-order/form/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "purchase-requisition/detail/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "purchase-requisition/form/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "purchase-return/detail/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "purchase-return/form/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "stock-check/detail/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "stock-check/form/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "stock-gain/detail/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "stock-gain/form/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + // #ifdef H5 || MP-WEIXIN + { + "path": "stock-in/scanner/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + // #endif + { + "path": "stock-in/detail/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "stock-in/form/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "stock-loss/detail/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "stock-loss/form/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "stock-move/detail/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "stock-move/form/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "stock-out/detail/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "stock-out/form/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "supplier/form/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "warehouse/form/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + // #ifdef H5 || APP + { + "path": "stock-in/scan/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + // #endif + // #ifdef H5 || APP + { + "path": "stock-out/scan/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + // #endif + // #ifdef APP + { + "path": "purchase-in/scan/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + } + // #endif + ] + }, + { + "root": "pages-agri", + "pages": [ + // GENERATED BY UNI-PAGES, PLATFORM: H5 || MP-WEIXIN || APP + { + "path": "biz-flow/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + }, + { + "path": "trace-snapshot/index", + "type": "page", + "style": { + "navigationBarTitleText": "", + "navigationStyle": "custom" + } + } + ] + } + ], + "tabBar": { + "custom": true, + "color": "#999999", + "selectedColor": "#018d71", + "backgroundColor": "#F8F8F8", + "borderStyle": "black", + "height": "50px", + "fontSize": "10px", + "iconWidth": "24px", + "spacing": "3px", + "list": [ + // GENERATED BY UNI-PAGES, PLATFORM: H5 || MP-WEIXIN || APP + { + "text": "工作台", + "pagePath": "pages/index/index" + }, + { + "text": "审批", + "pagePath": "pages/bpm/index" + }, + { + "text": "通讯录", + "pagePath": "pages/contact/index" + }, + { + "text": "消息", + "pagePath": "pages/message/index" + }, + { + "text": "我的", + "pagePath": "pages/user/index" + } + ] + } +}