shish 2 лет назад
Родитель
Сommit
399720a668
2 измененных файлов с 3 добавлено и 3 удалено
  1. 2 2
      ghs/vue.config.js
  2. 1 1
      ghsApp/src/pagesClient/member/detail.vue

+ 2 - 2
ghs/vue.config.js

@@ -3,13 +3,13 @@ const path = require('path');
 const isProduction = process.env.NODE_ENV === 'production';
 
 //http和https切换请修改这里,修改后需要重新运行npm run serve shish 2021.4.12
-const proxyTarget = 'https://api.shop.wixhb.com';
+const proxyTarget = 'http://api.shop.hzghd.com';
 
 function resolve(dir) {
 	return path.join(__dirname, dir);
 }
 
-let hostUrl = 'https://img.wixhb.com/';
+let hostUrl = 'http://img.hzghd.com/';
 
 const cdn = {
 	dev: {

+ 1 - 1
ghsApp/src/pagesClient/member/detail.vue

@@ -170,7 +170,7 @@
         <div class="inp-list-line">
           <div class="line-label">备注信息</div>
           <div class="line-input">
-          <input type="digit" style="text-align:center;" v-model="rechargeRemark" class="inp-input" placeholder="选填" />
+          <input type="text" style="text-align:center;" v-model="rechargeRemark" class="inp-input" placeholder="选填" />
           </div>
         </div>