Quellcode durchsuchen

fix(config): 调整开发环境接口地址配置

- 注释掉了旧的本地开发接口地址
- 启用新的远程开发接口地址
- 修复 manifest.json 结尾多余的括号
- 注释掉售后组件中多余的视图容器标签,防止布局异常
zhangtao vor 2 Tagen
Ursprung
Commit
0805417531
2 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  1. 2 2
      src/config/index.ts
  2. 2 2
      src/subPack-common/afterSales/index.vue

+ 2 - 2
src/config/index.ts

@@ -4,14 +4,14 @@ const mapEnvVersion = {
    */
   // develop: 'http://192.168.1.166:8080', // 张
   // develop: 'http://192.168.1.101:8080',
-  develop: 'http://192.168.0.157:8080',
+  // develop: 'http://192.168.0.157:8080',
   // develop: 'http://192.168.1.253:8080',
   // develop: 'http://192.168.0.19:8080', // 邓
   // develop: 'http://192.168.0.217:8080', // 黄
   // develop: 'http://192.168.0.11:8080', // 王
   // develop: 'http://192.168.1.89:8080', // 田
   // develop: 'http://74949mkfh190.vicp.fun', // 付
-  // develop: 'http://47.109.84.152:8081',
+  develop: 'http://47.109.84.152:8081',
   // develop: 'https://5ed0f7cc.r9.vip.cpolar.cn',
   // develop: 'https://smqjh.api.zswlgz.com',
   /**

+ 2 - 2
src/subPack-common/afterSales/index.vue

@@ -167,7 +167,7 @@ function handleChangeMoney() {
               </view>
             </view>
           </wd-radio>
-          <view class="mt24rpx">
+          <!-- <view class="mt24rpx">
             <wd-radio :value="2">
               <view>
                 <view class="text-left text-28rpx font-semibold">
@@ -178,7 +178,7 @@ function handleChangeMoney() {
                 </view>
               </view>
             </wd-radio>
-          </view>
+          </view> -->
         </wd-radio-group>
       </view>
       <view class="mt20rpx rounded-16rpx bg-white px24rpx py28rpx">