Browse Source

晓华demp

xiuli.gao 2 years ago
parent
commit
9272dca1c3

File diff suppressed because it is too large
+ 1 - 1
qwh5/dist/index.html


File diff suppressed because it is too large
+ 1 - 1
qwh5/dist/js/app.6b51576a.js


File diff suppressed because it is too large
+ 0 - 1
qwh5/dist/js/xh_demo.1370b21e.js


File diff suppressed because it is too large
+ 1 - 0
qwh5/dist/js/xh_demo.1ba9a147.js


+ 1 - 1
qwh5/src/views/xh_demo.vue

@@ -26,7 +26,7 @@ function customer_test() {
26 26
     message: '加载中...',
27 27
     forbidClick: true,
28 28
   });
29
-  (proxy as any).$axios.post("/api/customer/test", {
29
+  (proxy as any).$axios.get("/api/customer/test", {
30 30
     corpid: getQueryString('corpid'),
31 31
     code: getQueryString('code'),
32 32
   }, true).then((res) => {