默认提交
Showing
1 changed file
with
1 additions
and
2 deletions
... | @@ -52,8 +52,7 @@ function Toast(msg) { | ... | @@ -52,8 +52,7 @@ function Toast(msg) { |
52 | // console.log(process.env); | 52 | // console.log(process.env); |
53 | let base = ""; | 53 | let base = ""; |
54 | const axios = axiosIns.create({ | 54 | const axios = axiosIns.create({ |
55 | // baseURL: process.env.VUE_APP_BASE_URL, | 55 | baseURL: process.env.VUE_APP_BASE_URL, |
56 | baseURL: "https://ow.go.qudone.com", | ||
57 | timeout: 5000 | 56 | timeout: 5000 |
58 | }) | 57 | }) |
59 | 58 | ... | ... |
-
Please register or sign in to post a comment