更新 config.js
parent
2e6702a3bf
commit
138d104692
|
|
@ -1,6 +1,6 @@
|
||||||
// 在config.js
|
// 在config.js
|
||||||
//本地测试
|
//本地测试
|
||||||
// const requestUrl = "http://127.0.0.1:8000";
|
const requestUrl = "http://127.0.0.1:8000";
|
||||||
// 服务器测试
|
// 服务器测试
|
||||||
const requestUrl = "https://wx-ed1284f.kimgo.cn";
|
// const requestUrl = "https://wx-ed1284f.kimgo.cn";
|
||||||
export { requestUrl };
|
export { requestUrl };
|
||||||
|
|
|
||||||
Reference in New Issue