Sfoglia il codice sorgente

Merge branch 'feature/middle-jyf' into feature/work-test

jiayufei 3 anni fa
parent
commit
fa7601c711

+ 3 - 3
src/views/modules/copy-library/copy-library-server.js

@@ -3,8 +3,8 @@
  * @author jiayufei
  */
 
-export const urlAcount = 'http://118.24.244.213:8808'; // 线上
+// export const urlAcount = 'http://118.24.244.213:8808'; // 线上
 // export const urlAcount = 'http://apipre.tjyourong.com.cn'; // 预生产
 // export const urlAcount = 'http://192.168.1.43:8080'; // 子安
-// export const urlAcount = 'http://139.186.165.84:8808'; // 测试
-// export const urlAcount = 'http://192.168.1.8:8080'; // 学超
+export const urlAcount = 'http://139.186.165.84:8808'; // 测试
+// export const urlAcount = 'http://192.168.1.8:8808'; // 学超

+ 1 - 1
src/views/modules/copy-library/copy-library.vue

@@ -817,7 +817,7 @@ export default {
             );
         },
         handleGetProjectList() {
-            getAction('/ctop/projectMember/bytedanceProjectParticipateInList').then(result => {
+            getAction('/ctop/projectMember/bytedanceProjectParticipateInList', {userId: this.userInfo().id}).then(result => {
                 if (result.code === 0) {
                     this.optimizationOption = result.result;
                 }

+ 2 - 2
vue.config.js

@@ -114,8 +114,8 @@ module.exports = {
         //  target: 'http://adsp.tjyourong.com.cn/', //请求本地 需要jeecg-boot后台项目
         // target: 'http://192.168.1.251/', //请求本地 需要jeecg-boot后台项目
         // target:'http://118.24.244.213:8804',
-        target: 'http://192.168.1.43:9999', // 子安
-        // target: 'http://192.168.1.8:8806', // 学超
+        // target: 'http://192.168.1.43:9999', // 子安
+        target: 'http://192.168.1.8:9999', // 学超
         // target:'http://gateway.tjyourong.com.cn', //测试
         // target:'http://apipre.tjyourong.com.cn', //预生产
         // target: 'http://192.168.1.134:7001', //请求本地 需要jeecg-boot后台项目  周泽宇