Browse Source

2020-6-29

zhuxinbo 5 years ago
parent
commit
00ae0038af

+ 1 - 1
src/views/modules/advertiser/ProjectMemberList.vue

@@ -97,7 +97,7 @@
               <a-radio-button value="bytedance">头条</a-radio-button>
               <a-radio-button value="bytedance">头条</a-radio-button>
              
              
             </a-radio-group>
             </a-radio-group>
-             <br><span style="color:red;" v-if="loginType == 'bytedance'">*重要:如存在一户多开情况,请勾选所子账号进行授权!!!</span>
+             <br><span style="color:red;" v-if="loginType == 'bytedance'">*重要:如存在一户多开情况,请勾选所子账号进行授权!!!</span>
           </a-form-item>
           </a-form-item>
           <a-form-item label="是否本代理商开户:" :label-col="{ xs: { span: 24 }, sm: { span: 5 } }"
           <a-form-item label="是否本代理商开户:" :label-col="{ xs: { span: 24 }, sm: { span: 5 } }"
             :wrapper-col="{ xs: { span: 24 }, sm: { span: 16 } }" v-if="loginType == 'kuaishou'">
             :wrapper-col="{ xs: { span: 24 }, sm: { span: 16 } }" v-if="loginType == 'kuaishou'">

+ 1 - 1
src/views/modules/material/videoMaterial.vue

@@ -510,7 +510,7 @@ a {
                     style="margin-right:20px"
                     style="margin-right:20px"
                     v-show="active !='3'"
                     v-show="active !='3'"
                     @click="personEdit(items, '2')"
                     @click="personEdit(items, '2')"
-                    v-if="items.userId == userInfo().id"
+                    v-if="items.userId == userInfo().id||role.roleCode =='designTeamLeader'"
                   >
                   >
                     人员修改</a
                     人员修改</a
                   >
                   >

+ 5 - 5
vue.config.js

@@ -65,7 +65,7 @@ module.exports = {
        },*/
        },*/
       '/jeecg-boot': {
       '/jeecg-boot': {
         // target: 'http://39.97.120.42:8080', //请求本地 需要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.23:8080', //请求本地 需要jeecg-boot后台项目  蒙蒙
         // target: 'http://192.168.1.22: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.0.111:8088', //请求本地 需要jeecg-boot后台项目  英豪
         // target: 'http://192.168.1.103:8080', //请求本地 需要jeecg-boot后台项目
         // target: 'http://192.168.1.103:8080', //请求本地 需要jeecg-boot后台项目
@@ -73,7 +73,7 @@ module.exports = {
         // target: 'http://192.168.1.54: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.165:8088', //请求本地 需要jeecg-boot后台项目  毕洁泉
         // target: 'http://192.168.1.165:8848', //请求本地 需要jeecg-boot后台项目  毕洁泉
         // target: 'http://192.168.1.165:8848', //请求本地 需要jeecg-boot后台项目  毕洁泉
-        // target: 'http://api.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目 
+        target: 'http://api.tjyourong.com.cn/jeecg-boot', //请求本地 需要jeecg-boot后台项目 
         // target: 'https://trac.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目 
         // target: 'https://trac.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目 
 
 
         // target: 'http://192.168.0.53:8088', //请求本地 需要jeecg-boot后台项目  毕洁泉
         // target: 'http://192.168.0.53:8088', //请求本地 需要jeecg-boot后台项目  毕洁泉
@@ -85,9 +85,9 @@ module.exports = {
 
 
         ws: false,
         ws: false,
         changeOrigin: true,
         changeOrigin: true,
-        // pathRewrite: {
-        //     '/jeecg-boot': ''  //默认所有请求都加了jeecg-boot前缀,需要去掉
-        // }
+        pathRewrite: {
+            '/jeecg-boot': ''  //默认所有请求都加了jeecg-boot前缀,需要去掉
+        }
       },
       },
     },
     },
     // before(app) {
     // before(app) {