|
@@ -1,7 +1,8 @@
|
|
|
export default {
|
|
|
env: "dev",
|
|
|
// #ifndef H5
|
|
|
- apiBase: "https://test-mp.quanshu123.com",
|
|
|
+ // apiBase: "https://test-mp.quanshu123.com",
|
|
|
+ apiBase: "https://mptest.kaimanghe.net",
|
|
|
// #endif
|
|
|
// #ifdef H5
|
|
|
apiBase: process.env.VUE_APP_BASE_API,
|