diff --git a/androidPrivacy.json b/androidPrivacy.json
index 5b1694d..c93bfad 100644
--- a/androidPrivacy.json
+++ b/androidPrivacy.json
@@ -2,14 +2,14 @@
"version" : "2",
"prompt" : "template",
"title" : "服务协议和隐私政策",
- "message" : " 请你务必审慎阅读、充分理解“服务协议”和“隐私政策”各条款,包括但不限于:为了更好的向你提供服务,我们需要收集你的设备标识、操作日志等信息用于分析、优化应用性能。
你可阅读《服务协议》和《隐私政策》了解详细信息。如果你同意,请点击下面按钮开始接受我们的服务。",
+ "message" : " 请你务必审慎阅读、充分理解“服务协议”和“隐私政策”各条款,包括但不限于:为了更好的向你提供服务,我们需要收集你的设备标识、操作日志等信息用于分析、优化应用性能。
你可阅读《服务协议》和《隐私政策》了解详细信息。如果你同意,请点击下面按钮开始接受我们的服务。",
"buttonAccept" : "同意并接受",
"buttonRefuse" : "暂不同意",
"hrefLoader" : "system|default",
"backToExit" : "false",
"second" : {
"title" : "确认提示",
- "message" : " 进入应用前,你需先同意《用户协议》和《隐私政策》,否则将退出应用。",
+ "message" : " 进入应用前,你需先同意《用户协议》和《隐私政策》,否则将退出应用。",
"buttonAccept" : "同意并继续",
"buttonRefuse" : "退出应用"
},
diff --git a/common/js/config.js b/common/js/config.js
index d028cad..7335445 100644
--- a/common/js/config.js
+++ b/common/js/config.js
@@ -1,12 +1,12 @@
-const debug = true // true 是连地服务端本地,false 是连接线上
+const debug = false // true 是连地服务端本地,false 是连接线上
const development = {
- domain: 'http://192.168.1.103:10215',
- // domain: 'http://192.168.1.102:27707/api',
+ // domain: 'http://192.168.1.103:10215',
+ domain: 'http://192.168.1.102:27707/api',
}
const production = {
- domain: 'https://pqmcn.com:8092/api',
+ domain: 'http://www.pqmcc.com:27707/api',
}
const config = debug ? development : production
diff --git a/manifest.json b/manifest.json
index 2cc9eff..d4dc689 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,8 +2,8 @@
"name" : "灿能物联",
"appid" : "__UNI__88BC25B",
"description" : "",
- "versionName" : "1.6.83",
- "versionCode" : 170,
+ "versionName" : "2.0.1",
+ "versionCode" : 176,
"transformPx" : false,
"sassImplementationName" : "node-sass",
/* 5+App特有相关 */
@@ -142,9 +142,9 @@
"proxy" : {
"/api" : {
"https" : true,
- // "target" : "https://pqmcn.com:8092/api",
+ "target" : "http://www.pqmcc.com:27707/api",
// "target" : "http://192.168.1.102:27707/api",
- "target" : "http://192.168.1.103:10215",
+ // "target" : "http://192.168.1.103:10215",
"changOrigin" : true,
"pathRewrite" : {
"/api" : ""
diff --git a/pages/device/APF/comp/basic.vue b/pages/device/APF/comp/basic.vue
index 75e188d..073cb03 100644
--- a/pages/device/APF/comp/basic.vue
+++ b/pages/device/APF/comp/basic.vue
@@ -96,8 +96,8 @@ export default {
return {
sections: SECTIONS,
phaseColors: [
- { name: 'A相', color: '#F1B22E' },
- { name: 'B相', color: '#2BA471' },
+ { name: 'A相', color: '#DAA520' },
+ { name: 'B相', color: '#2E8B57' },
{ name: 'C相', color: '#D54941' },
],
renderData: {
@@ -304,7 +304,7 @@ export default {
}
.phase-value-vertical {
- font-size: 28rpx;
+ font-size: 26rpx;
font-weight: 700;
}
diff --git a/pages/device/APF/comp/power.vue b/pages/device/APF/comp/power.vue
index 544c04b..9839c10 100644
--- a/pages/device/APF/comp/power.vue
+++ b/pages/device/APF/comp/power.vue
@@ -83,8 +83,8 @@ export default {
return {
sections: SECTIONS,
phaseColors: [
- { name: 'A相', color: '#F1B22E' },
- { name: 'B相', color: '#2BA471' },
+ { name: 'A相', color: '#DAA520' },
+ { name: 'B相', color: '#2E8B57' },
{ name: 'C相', color: '#D54941' },
],
renderData: {
@@ -173,9 +173,9 @@ export default {
if (Number.isNaN(num)) return value
if (divide) {
// return (num / divide).toFixed(2)
- return num != 0 ? (num / divide).toFixed(2) : num
+ return num != 0 ? (num / divide).toFixed(2) : num.toFixed(2)
}
- return num
+ return num.toFixed(2)
},
chunkedChildren(children) {
const result = []
@@ -290,7 +290,7 @@ export default {
}
.phase-value-vertical {
- font-size: 28rpx;
+ font-size: 26rpx;
font-weight: 700;
}
diff --git a/pages/device/APF/comp/xieBo.vue b/pages/device/APF/comp/xieBo.vue
index c9aae52..d30fb75 100644
--- a/pages/device/APF/comp/xieBo.vue
+++ b/pages/device/APF/comp/xieBo.vue
@@ -1,8 +1,8 @@
-
+
-
+