diff --git a/pages/login/index.vue b/pages/login/index.vue
index 449068b..b534ded 100644
--- a/pages/login/index.vue
+++ b/pages/login/index.vue
@@ -3,7 +3,7 @@
-
+
劳务上下游收发单工具
@@ -56,6 +56,7 @@ export default {
data() {
return {
localBaseImg: this.G.store().localBaseImg,
+ v3BaseImg:this.G.store().v3BaseImg,
isLoginCode: true,
form: {
tel: "",
diff --git a/root/bind/myMain.vue b/root/bind/myMain.vue
index 71a1850..b926386 100644
--- a/root/bind/myMain.vue
+++ b/root/bind/myMain.vue
@@ -18,7 +18,7 @@
>
-
+
diff --git a/root/person/about.vue b/root/person/about.vue
index 0aa60f0..4839d4e 100644
--- a/root/person/about.vue
+++ b/root/person/about.vue
@@ -2,7 +2,7 @@
-
+
报名助手
Version {{version}}
@@ -24,6 +24,7 @@
},
data(){
return {
+ v3BaseImg:this.G.store().v3BaseImg,
year:new Date().getFullYear(),
localBaseImg:this.G.store().localBaseImg,
version:this.G.store().version
diff --git a/root/person/memberApplyQRCode.vue b/root/person/memberApplyQRCode.vue
index 200eda8..0dcd07b 100644
--- a/root/person/memberApplyQRCode.vue
+++ b/root/person/memberApplyQRCode.vue
@@ -16,7 +16,7 @@
>
-
+
diff --git a/static/image/bg.png b/static/image/bg.png
deleted file mode 100644
index b333bc8..0000000
Binary files a/static/image/bg.png and /dev/null differ
diff --git a/static/image/boss.png b/static/image/boss.png
deleted file mode 100644
index 90f64c6..0000000
Binary files a/static/image/boss.png and /dev/null differ
diff --git a/static/image/fdzsshare.png b/static/image/fdzsshare.png
deleted file mode 100644
index 6398e04..0000000
Binary files a/static/image/fdzsshare.png and /dev/null differ
diff --git a/utils/common.js b/utils/common.js
index a565f35..4ec11a2 100644
--- a/utils/common.js
+++ b/utils/common.js
@@ -6,6 +6,7 @@ let data = {
appid: 'wxa7b4864efbcff191', //
localBaseImg: "https://matripe-cms.oss-cn-beijing.aliyuncs.com/dailibaoming/APP/", // app图片前缀
cdnBaseImg: "https://matripe-cms.oss-cn-beijing.aliyuncs.com/dailibaoming/", // cdn图片公共前缀路径
+ v3BaseImg: "https://matripe-cms.oss-cn-beijing.aliyuncs.com/dailibaoming/v3", // cdn图片公共前缀路径
loginText: '请登录',
// #ifdef MP-WEIXIN
version: uni.getAccountInfoSync().miniProgram.version || "1.0.16",