From 117aa4b1973bb62c07caffa53186dff245ad9bea Mon Sep 17 00:00:00 2001 From: "liujw155@outlook.com" Date: Mon, 9 Aug 2021 15:52:23 +0800 Subject: [PATCH 1/2] add tip && vtest 1.1.6 --- src/subpackage/device/pages/switch_manage/switch_manage.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/subpackage/device/pages/switch_manage/switch_manage.vue b/src/subpackage/device/pages/switch_manage/switch_manage.vue index 24b75ce..3dc43b9 100644 --- a/src/subpackage/device/pages/switch_manage/switch_manage.vue +++ b/src/subpackage/device/pages/switch_manage/switch_manage.vue @@ -2,7 +2,7 @@ {{pageInfo.name || '-'}} - + *长开表示不再被系统智能控制,只有手动关闭后才会被智能控制。请谨慎操作。 @@ -510,6 +510,12 @@ export default { font-weight: 500; color: #333; } + .sm-tip{ + padding: 0 40upx; + font-size: 28upx; + color: #979797; + margin-bottom: 24upx; + } .sm-list{ padding: 0 32upx; display: flex; From 59269ad471b7826c38faddc1f2e5ffad3b25d154 Mon Sep 17 00:00:00 2001 From: "liujw155@outlook.com" Date: Mon, 9 Aug 2021 15:54:13 +0800 Subject: [PATCH 2/2] v1.1.6formal --- src/js/api.js | 4 ++-- src/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/js/api.js b/src/js/api.js index 89e10e2..2e6037b 100644 --- a/src/js/api.js +++ b/src/js/api.js @@ -1,5 +1,5 @@ -export const ORIGIN = `https://testmanager.ouxuanzhineng.cn`; // 测试 -// export const ORIGIN = `https://minimanage.ouxuanzhineng.cn`; // 正式 +// export const ORIGIN = `https://testmanager.ouxuanzhineng.cn`; // 测试 +export const ORIGIN = `https://minimanage.ouxuanzhineng.cn`; // 正式 export const API = { wechatMiniAppLoginAndSync: `${ORIGIN}/assistant/WechatMiniAppGetToken`, // 小程序授权获取token,为空就登录 diff --git a/src/manifest.json b/src/manifest.json index 32b6894..25d192e 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -54,7 +54,7 @@ }, "mp-weixin": { /* 微信小程序特有相关 */ - "appid": "wx7106e84614cf0060", + "appid": "wxf1294b279ad1b845", "setting": { "urlCheck": false },