zhuxinbo 5 jaren geleden
bovenliggende
commit
002d0453fc
2 gewijzigde bestanden met toevoegingen van 8 en 12 verwijderingen
  1. 1 1
      src/views/modules/kuaishouapp/account/editGroup.vue
  2. 7 11
      vue.config.js

+ 1 - 1
src/views/modules/kuaishouapp/account/editGroup.vue

@@ -52,7 +52,7 @@
       </a-form-item>
       <a-form-item :label="campaignType == '3' ? ' ' : '链接'" :labelCol="{ lg: { span: 7 }, sm: { span: 7 } }"
         :wrapperCol="{ lg: { span: 10 }, sm: { span: 17 } }" v-if="campaignType != '2'"
-        :class="{ elseLabel: campaignType == '3' }">
+        :class="{ 'else-label': campaignType == '3' }">
         <!-- 请填写以http://或者https://开头的落地页地址,长度不超过1000个字符 -->
         <a-input placeholder="请填写链接"
           v-decorator="['url', { rules: [{ required: true, message: ' ' }, { validator: handleConfirmValue }] }]" />

+ 7 - 11
vue.config.js

@@ -64,30 +64,26 @@ module.exports = {
          }
        },*/
       '/jeecg-boot': {
-        // target: 'http://39.97.120.42:8080', //请求本地 需要jeecg-boot后台项目  生产环境
+       
         // target: 'http://192.168.1.23:8080', //请求本地 需要jeecg-boot后台项目  蒙蒙
-        // target: 'http://192.168.1.22:8080', //请求本地 需要jeecg-boot后台项目  英豪
         // target: 'http://192.168.0.111:8088', //请求本地 需要jeecg-boot后台项目  英豪
-        // target: 'http://192.168.1.103:8080', //请求本地 需要jeecg-boot后台项目
+       
         // target: 'http://192.168.2.115:8080', //请求本地 需要jeecg-boot后台项目  祚云
         // target: 'http://192.168.1.54:8080', //请求本地 需要jeecg-boot后台项目  孙震
-        // target: 'http://192.168.1.165:8088', //请求本地 需要jeecg-boot后台项目  毕洁泉
+        // target: 'http://192.168.1.51:8088', //请求本地 需要jeecg-boot后台项目  毕洁泉
         // target: 'http://192.168.1.165:8848', //请求本地 需要jeecg-boot后台项目  毕洁泉
         target: 'http://api.tjyourong.com.cn/jeecg-boot', //请求本地 需要jeecg-boot后台项目 
         // target: 'https://trac.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目 
-
-        // target: 'http://192.168.0.53:8088', //请求本地 需要jeecg-boot后台项目  毕洁泉
-        // target: 'http://192.168.1.251:8080', //请求本地 需要jeecg-boot后台项目 
-
+        // target: 'http://192.168.1.251:8088', //请求本地 需要jeecg-boot后台项目 
         // target: 'http://adsp.tjyourong.com.cn/', //请求本地 需要jeecg-boot后台项目 
 
         
 
         ws: false,
         changeOrigin: true,
-        pathRewrite: {
-            '/jeecg-boot': ''  //默认所有请求都加了jeecg-boot前缀,需要去掉
-        }
+        // pathRewrite: {
+        //     '/jeecg-boot': ''  //默认所有请求都加了jeecg-boot前缀,需要去掉
+        // }
       },
     },
     // before(app) {