lucw hai 8 meses
pai
achega
4c5fbea8db
Modificáronse 2 ficheiros con 3 adicións e 3 borrados
  1. 1 1
      src/components/select/SelectProduct/index.vue
  2. 2 2
      vue.config.js

+ 1 - 1
src/components/select/SelectProduct/index.vue

@@ -201,7 +201,7 @@
       },
       selected() {
         if (!this.selection.length) {
-          this.$message.error('请少选择一条数据');
+          this.$message.error('请少选择一条数据');
           return;
         }
         console.log(this.current);

+ 2 - 2
vue.config.js

@@ -40,8 +40,8 @@ module.exports = {
         // target: 'http://192.168.1.251:18186',
 
         // target: 'http://192.168.1.251:18087',
-        // target: 'http://192.168.1.251:18086', // 开发
-        target: 'http://192.168.1.116:18086', // 赵沙金
+        target: 'http://192.168.1.251:18086', // 开发
+        // target: 'http://192.168.1.116:18086', // 赵沙金
 
         changeOrigin: true, // 只有这个值为true的情况下 才表示开启跨域
         pathRewrite: {