Browse Source

fix:修改出入库系统地址

yangchengfei 5 months ago
parent
commit
70137ae240
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/page/Layout/layout.vue

+ 2 - 1
src/page/Layout/layout.vue

@@ -55,7 +55,8 @@ export default {
55 55
       u: localStorage.getItem("_userName"),
56 56
       p: localStorage.getItem("_password"),
57 57
       clientHeight: document.documentElement.clientHeight,
58
-      url: `http://101.36.160.210:31055/crk/?k_username=${u}&k_password=${p}&code=1`,
58
+      // url: `http://101.36.160.210:31055/crk/?k_username=${u}&k_password=${p}&code=1`,
59
+      url: `http://59.220.179.234:80/crk/?k_username=${u}&k_password=${p}&code=1`,
59 60
     };
60 61
   },
61 62
   computed: {