Browse Source

修改链接配置

181250114 4 years ago
parent
commit
cb8d095c28
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/common/const.js

+ 1 - 1
src/common/const.js

@@ -1,5 +1,5 @@
 // 部署url
-export const REQUEST_BASE_URL_PROD = "http://ismzl.com/";
+export const REQUEST_BASE_URL_PROD = "https://ismzl.com/";
 // 开发url (mock的地址
 // export const REQUEST_BASE_URL_DEV = "http://localhost:8080/api";
 export const REQUEST_BASE_URL_DEV = "/api";