Browse Source

切换备份

朱鑫波 4 years ago
parent
commit
7182eb9c34
3 changed files with 5 additions and 5 deletions
  1. 1 1
      src/main.js
  2. 2 2
      src/views/modules/kuaishouapp/account/stepForm/Step2.vue
  3. 2 2
      vue.config.js

+ 1 - 1
src/main.js

@@ -93,7 +93,7 @@ Vue.use(preview)
 Vue.use(vueBus);
 Vue.use(JeecgComponents);
 Vue.use(VuePreview);
-Vue.prototype.doMian = "/jeecg-boot/";
+Vue.prototype.doMian = "http://139.186.31.213:8804/jeecg-boot";
 Vue.prototype.postFormAction = postFormAction;
 Vue.prototype.postDataAction = postAction;
 Vue.prototype.getAction = getAction;

+ 2 - 2
src/views/modules/kuaishouapp/account/stepForm/Step2.vue

@@ -120,14 +120,14 @@
         </a-checkbox-group>
       </a-form-item>
 
-      <a-form-item label="投放范围" :labelCol="{ lg: { span: 7 }, sm: { span: 7 } }"
+      <!-- <a-form-item label="投放范围" :labelCol="{ lg: { span: 7 }, sm: { span: 7 } }"
         :wrapperCol="{ lg: { span: 10 }, sm: { span: 17 } }"
         v-if="allianceAccount">
         <a-radio-group buttonStyle="solid" v-model="allForm.allianceAccount">
           <a-radio-button value="1">默认</a-radio-button>
           <a-radio-button value="2">联盟广告</a-radio-button>
         </a-radio-group>
-      </a-form-item>
+      </a-form-item> -->
 
 
       <div style="text-align:center;font-size:16px;margin-bottom:10px">

+ 2 - 2
vue.config.js

@@ -58,7 +58,7 @@ module.exports = {
     open : true,
     proxy: {
       '/jeecg-boot': {
-         target: 'http://192.168.1.8:8080', //请求本地 需要jeecg-boot后台项目  蒙蒙
+        //  target: 'http://192.168.1.8:8080', //请求本地 需要jeecg-boot后台项目  蒙蒙
         // target: 'http://192.168.0.59:8088', //请求本地 需要jeecg-boot后台项目  英豪
         // target: 'http://192.168.1.72:8088', //请求本地 需要jeecg-boot后台项目  英豪
         // target: 'http://192.168.2.115:8080', //请求本地 需要jeecg-boot后台项目  祚云
@@ -69,7 +69,7 @@ module.exports = {
         // target: 'http://192.168.1.51:8098', //请求本地 需要jeecg-boot后台项目  毕洁泉
         // target: 'http://192.168.0.252:8098', //请求本地 需要jeecg-boot后台项目  毕洁泉
         // target: 'http://192.168.0.170:8088', //请求本地 需要jeecg-boot后台项目  毕洁泉
-        //  target: 'http://api.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目
+         target: 'http://api.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目
         // target: 'https://trac.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目
         // target: 'http://39.106.184.70:8088/', //请求本地 需要jeecg-boot后台项目
          // target: 'http://adsp.tjyourong.com.cn/', //请求本地 需要jeecg-boot后台项目