From c51994d97745bfcb32f19278c695ee2f195ad586 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=8E=E7=BB=A7=E7=BB=AD=E5=90=B9?= <17611323298@163.com> Date: Mon, 17 Jul 2023 17:26:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=91=E7=AD=91=E5=9C=A8=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 122 ++++++++++---- env/prod_xjzs.js | 1 - env/yzdev.js | 6 + manifest.json | 222 ++++++++++++------------- package.json | 10 ++ pages.json | 39 ++--- pages/index/guide.vue | 73 +++++--- pages/index/index.vue | 166 ++++++++++++++---- pages/index/mathManIndex.js | 201 ++++++++++++++++++++++ pages/mine/details2.vue | 27 --- static/images/tabBar/jiedaiActives.png | Bin 0 -> 2979 bytes static/images/tabBar/jiedais.png | Bin 0 -> 3300 bytes static/images/tabBar/kehuActives.png | Bin 0 -> 1794 bytes static/images/tabBar/kehus.png | Bin 0 -> 2352 bytes static/images/tabBar/meActives.png | Bin 0 -> 2730 bytes static/images/tabBar/mes.png | Bin 0 -> 3312 bytes static/images/tabBar/workActives.png | Bin 0 -> 2796 bytes static/images/tabBar/works.png | Bin 0 -> 3009 bytes static/images/tabBar/xuexiActives.png | Bin 0 -> 1423 bytes static/images/tabBar/xuexis.png | Bin 0 -> 1744 bytes utils/domain.js | 9 +- 21 files changed, 626 insertions(+), 250 deletions(-) create mode 100644 env/yzdev.js create mode 100644 pages/index/mathManIndex.js create mode 100644 static/images/tabBar/jiedaiActives.png create mode 100644 static/images/tabBar/jiedais.png create mode 100644 static/images/tabBar/kehuActives.png create mode 100644 static/images/tabBar/kehus.png create mode 100644 static/images/tabBar/meActives.png create mode 100644 static/images/tabBar/mes.png create mode 100644 static/images/tabBar/workActives.png create mode 100644 static/images/tabBar/works.png create mode 100644 static/images/tabBar/xuexiActives.png create mode 100644 static/images/tabBar/xuexis.png diff --git a/App.vue b/App.vue index 4dad085..0aba66a 100644 --- a/App.vue +++ b/App.vue @@ -1,13 +1,15 @@ diff --git a/env/prod_xjzs.js b/env/prod_xjzs.js index 2cdf2c4..09db3c0 100644 --- a/env/prod_xjzs.js +++ b/env/prod_xjzs.js @@ -1,6 +1,5 @@ const ENV_PATH = { baseUrl: 'https://www.aihxz.com', // 销讲助手 - // baseUrl: 'https://hxz.quhouse.com', // 销讲助手 } module.exports = ENV_PATH \ No newline at end of file diff --git a/env/yzdev.js b/env/yzdev.js new file mode 100644 index 0000000..1614ffb --- /dev/null +++ b/env/yzdev.js @@ -0,0 +1,6 @@ +const ENV_PATH = { + baseUrl: 'https://zh.aihxz.com', // 销讲助手 + domain: 'zh.aihxz.com', // 主域名 +} + +module.exports = ENV_PATH \ No newline at end of file diff --git a/manifest.json b/manifest.json index 82f8d3e..31b9f8b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,113 +1,113 @@ { - "name" : "AI销讲助手", - "appid" : "__UNI__7A1611D", - "description" : "AI销讲助手", - "versionName" : "1.1.0", - "versionCode" : "100", - "transformPx" : false, - "app-plus" : { - "usingComponents" : true, - "nvueCompiler" : "uni-app", - "compilerVersion" : 3, - "splashscreen" : { - "alwaysShowBeforeRender" : true, - "waiting" : true, - "autoclose" : true, - "delay" : 0 - }, - "modules" : { - "Push" : {}, - "UIWebview" : {}, - "Webview-x5" : {} - }, - "distribute" : { - "android" : { - "permissions" : [ - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "" - ], - "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ] - }, - "ios" : { - "idfa" : false - }, - "sdkConfigs" : { - "ad" : {}, - "oauth" : {} - }, - "icons" : { - "android" : { - "hdpi" : "", - "xhdpi" : "", - "xxhdpi" : "", - "xxxhdpi" : "" - }, - "ios" : { - "appstore" : "", - "ipad" : {}, - "iphone" : {} - } - } - } - }, - "quickapp" : {}, - "mp-weixin" : { - "appid" : "wx8f883dca5ecc5510", - "setting" : { - "urlCheck" : false, - "es6" : true, - "postcss" : true, - "minified" : false - }, - "usingComponents" : true, - "permission" : {}, - "requiredBackgroundModes" : [ "audio" ], - "lazyCodeLoading" : "requiredComponents", - "plugins" : { - "WechatSI" : { - "version" : "0.3.4", - "provider" : "wx069ba97219f66d99" - } - }, - "uniStatistics" : { - "enable" : true - } - }, - "mp-alipay" : { - "usingComponents" : true - }, - "mp-baidu" : { - "usingComponents" : true - }, - "mp-toutiao" : { - "usingComponents" : true - }, - "h5" : { - "router" : { - "base" : "/pages/login/guide" - } - }, - "uniStatistics" : { - "version" : "1" - } + "name": "AI销讲助手", + "appid": "__UNI__7A1611D", + "description": "AI销讲助手", + "versionName": "1.1.0", + "versionCode": "100", + "transformPx": false, + "app-plus": { + "usingComponents": true, + "nvueCompiler": "uni-app", + "compilerVersion": 3, + "splashscreen": { + "alwaysShowBeforeRender": true, + "waiting": true, + "autoclose": true, + "delay": 0 + }, + "modules": { + "Push": {}, + "UIWebview": {}, + "Webview-x5": {} + }, + "distribute": { + "android": { + "permissions": [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ], + "abiFilters": ["armeabi-v7a", "arm64-v8a", "x86"] + }, + "ios": { + "idfa": false + }, + "sdkConfigs": { + "ad": {}, + "oauth": {} + }, + "icons": { + "android": { + "hdpi": "", + "xhdpi": "", + "xxhdpi": "", + "xxxhdpi": "" + }, + "ios": { + "appstore": "", + "ipad": {}, + "iphone": {} + } + } + } + }, + "quickapp": {}, + "mp-weixin": { + "appid": "wx8f883dca5ecc5510", + "setting": { + "urlCheck": false, + "es6": true, + "postcss": true, + "minified": false + }, + "usingComponents": true, + "permission": {}, + "requiredBackgroundModes": ["audio"], + "lazyCodeLoading": "requiredComponents", + "plugins": { + "WechatSI": { + "version": "0.3.4", + "provider": "wx069ba97219f66d99" + } + }, + "uniStatistics": { + "enable": true + } + }, + "mp-alipay": { + "usingComponents": true + }, + "mp-baidu": { + "usingComponents": true + }, + "mp-toutiao": { + "usingComponents": true + }, + "h5": { + "router": { + "base": "/pages/login/guide" + } + }, + "uniStatistics": { + "version": "1" + } } diff --git a/package.json b/package.json index 5afe7f0..36b8c42 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,16 @@ "define": { "WXSC-PLATFORM": true } + }, + "weixin:yzdev": { + "title": "云筑数智助手 生产", + "env": { + "UNI_PLATFORM": "mp-weixin", + "ENV_PATH": "@/env/yzdev.js" + }, + "define": { + "WXSC-PLATFORM": true + } } } } diff --git a/pages.json b/pages.json index 4e12dfc..cdd8f2c 100644 --- a/pages.json +++ b/pages.json @@ -9,6 +9,11 @@ "navigationBarBackgroundColor": "#008EF2", "navigationBarTextStyle": "white", "navigationStyle": "custom" + // "mp-weixin": { + // "usingComponents": { + // "digital-human": "plugin://digital-human-plugin/core" + // } + // } } }, { @@ -604,26 +609,22 @@ "enablePullDownRefresh": true } + }, { + "path": "RuleEditing/RuleEditing", + "style": { + "navigationBarTitleText": "编辑指标", + "enablePullDownRefresh": false + } + + }, { + "path": "warningList/warningList", + "style": { + "navigationBarTitleText": "项目预警", + "enablePullDownRefresh": false + } + } - ,{ - "path" : "RuleEditing/RuleEditing", - "style" : - { - "navigationBarTitleText": "编辑指标", - "enablePullDownRefresh": false - } - - } - ,{ - "path" : "warningList/warningList", - "style" : - { - "navigationBarTitleText": "项目预警", - "enablePullDownRefresh": false - } - - } - ] + ] } ], diff --git a/pages/index/guide.vue b/pages/index/guide.vue index 7112b21..e33cb60 100644 --- a/pages/index/guide.vue +++ b/pages/index/guide.vue @@ -1,36 +1,42 @@