Jelajahi Sumber

关于我们

panhui 4 tahun lalu
induk
melakukan
73ffa1e9da

+ 2 - 2
src/main/comos/src/views/account/About.vue

@@ -10,7 +10,7 @@
             <div class="code-img" @click.stop>
                 <van-image class="code" width="70vw" :src="codeImg" fit="scale-down" />
 
-                <van-button class="save" @click="save" type="primary" round>点击保存图片</van-button>
+                <!-- <van-button class="save" @click="save" type="primary" round>点击保存图片</van-button> -->
             </div>
         </van-overlay>
     </div>
@@ -25,7 +25,7 @@ export default {
         };
     },
     mounted() {
-        this.$http.get('/sysConfig/get/customer_group').then(res => {
+        this.$http.get('/sysConfig/get/cosmos_customer_group').then(res => {
             this.getImgBase64(res.value, 'codeImg');
         });
     },

+ 2 - 2
src/main/modern-point/src/views/account/About.vue

@@ -10,7 +10,7 @@
             <div class="code-img" @click.stop>
                 <van-image class="code" width="70vw" :src="codeImg" fit="scale-down" />
 
-                <van-button class="save" @click="save" type="primary" round>点击保存图片</van-button>
+                <!-- <van-button class="save" @click="save" type="primary" round>点击保存图片</van-button> -->
             </div>
         </van-overlay>
     </div>
@@ -25,7 +25,7 @@ export default {
         };
     },
     mounted() {
-        this.$http.get('/sysConfig/get/customer_group').then(res => {
+        this.$http.get('/sysConfig/get/modern_customer_group').then(res => {
             this.getImgBase64(res.value, 'codeImg');
         });
     },

+ 1 - 1
src/main/nine-space/src/views/account/About.vue

@@ -22,7 +22,7 @@ export default {
         };
     },
     mounted() {
-        this.$http.get('/sysConfig/get/customer_group').then(res => {
+        this.$http.get('/sysConfig/get/9th_customer_group').then(res => {
             this.codeImg = res.value;
         });
     }