YaolongHan vor 4 Jahren
Ursprung
Commit
9d2b2aedac

+ 1 - 1
src/components/editview/leftToolBar/equipmentList.vue

@@ -7,7 +7,7 @@
         class="baseItemInput"
         :width="188"
         iconType="search"
-        placeholder="请搜索元素名称"
+        placeholder="请搜索实例名称"
         v-model="getPressMsg"
         @pressEnter="pressEnter"
         @clear="pressEnter"

+ 8 - 12
src/components/editview/rightPropertyBar/BaseImagePro.vue

@@ -85,18 +85,14 @@
       </li>
       <li>
         <div class="small-title">图片</div>
-        <div class="property">
-          <div class="color-box">
-              <el-upload
-                class="avatar-uploader"
-                action="https://jsonplaceholder.typicode.com/posts/"
-                :show-file-list="false"
-                :before-upload="beforeAvatarUpload"
-              >
-                <el-button size="small" plain>电击上传</el-button>
-              </el-upload>
-          </div>
-        </div>
+        <el-upload
+          class="avatar-uploader"
+          action="https://jsonplaceholder.typicode.com/posts/"
+          :show-file-list="false"
+          :before-upload="beforeAvatarUpload"
+        >
+          <el-button size="small" plain>点击上传</el-button>
+        </el-upload>
       </li>
       <li v-show="isSvg">
         <div class="small-title">滤镜(只针对svg)</div>

+ 8 - 8
vue.config.js

@@ -8,26 +8,26 @@ module.exports = {
         },
         proxy: {
             '/labsl': {
-                // target: 'http://39.102.40.239:8080',
-                target: 'http://192.168.64.17:28888',
+                target: 'http://39.102.40.239:8080',
+                // target: 'http://192.168.64.17:28888',
                 changeOrigin: true,
                 secure: false,
             },
             '/meiku': {
-                // target: 'http://39.102.40.239:8080',
-                target: 'http://192.168.64.17:28888',
+                target: 'http://39.102.40.239:8080',
+                // target: 'http://192.168.64.17:28888',
                 changeOrigin: true,
                 secure: false,
             },
             '/datacenter': {
-                // target: 'http://39.102.40.239:8080',
-                target: 'http://192.168.64.17:28888',
+                target: 'http://39.102.40.239:8080',
+                // target: 'http://192.168.64.17:28888',
                 changeOrigin: true,
                 secure: false,
             },
             '/equip-component': {
-                // target: 'http://39.102.40.239:8080',
-                target: 'http://192.168.64.17:28888',
+                target: 'http://39.102.40.239:8080',
+                // target: 'http://192.168.64.17:28888',
                 changeOrigin: true,
                 secure: false,
             },