linan 5 سال پیش
والد
کامیت
9d988b7785
2فایلهای تغییر یافته به همراه5 افزوده شده و 9 حذف شده
  1. 2 8
      src/sdk/config.js
  2. 3 1
      src/views/productManagement/productInfo.vue

+ 2 - 8
src/sdk/config.js

@@ -1,10 +1,4 @@
 export default {
-  serverAddress: 'http://115.238.57.190:8010',
-  timeout:50000,
-  method:'POST',
-  clientid:1,//客户端编号
-  errors:{
-    apiNotFound:'没找到api',
-    missingParam: "缺少必需的参数"
-  }
+  serverAddress: 'http://115.238.57.190:8010'
+  
 }

+ 3 - 1
src/views/productManagement/productInfo.vue

@@ -138,7 +138,9 @@ export default {
             tableData
         };
     },
-    created() {},
+    created() {
+        console.log(this)
+    },
     methods: {
         toggleSelection(rows) {
             if (rows) {