Parcourir la source

优化modellist

zhangliang2 il y a 3 ans
Parent
commit
f1421fbb3f
2 fichiers modifiés avec 5 ajouts et 4 suppressions
  1. 1 0
      src/views/modelLibrary/components/modelList.vue
  2. 4 4
      vue.config.js

+ 1 - 0
src/views/modelLibrary/components/modelList.vue

@@ -164,6 +164,7 @@ export default {
             li {
                 margin-top: 10px;
                 word-break: break-all;
+                align-items: center;
 
                 span,
                 i {

+ 4 - 4
vue.config.js

@@ -89,8 +89,8 @@ module.exports = {
                 // target: 'http://10.15.12.70/simulation',
                 // target: 'http://10.15.12.70:7001', // 登录
                 // target: 'http://10.15.12.73:7003',  // 王志强
-                // target: 'http://10.15.12.70', // windowstest
-                target: 'http://10.15.12.87:8001',  // 赵艳
+                target: 'http://10.15.12.70', // windowstest
+                // target: 'http://10.15.12.87:8001',  // 赵艳
                 // target: 'http://192.168.30.75',  // gq
                 // target: 'http://47.94.105.148',  // aliyun
                 // target: 'http://10.15.12.74:8001',
@@ -104,8 +104,8 @@ module.exports = {
                 // target: 'http://10.15.12.73:7003', // 王志强
                 // target: 'http://10.15.12.88:7003', // 王耀栋
                 // target: 'http://10.15.12.72:7003',  // 王晓峰
-                target: 'http://10.15.12.87:7003',  // 赵艳
-                // target: 'http://10.15.12.70',  // windowstest
+                // target: 'http://10.15.12.87:7003',  // 赵艳
+                target: 'http://10.15.12.70',  // windowstest
                 // target: 'http://192.168.30.75',  // gq
                 // target: 'http://47.94.105.148',  // aliyun
                 changeOrigin: true,