更新 config.js
parent
e3eb38ca90
commit
8909923dda
|
|
@ -1,3 +1,6 @@
|
|||
// 在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";
|
||||
export { requestUrl };
|
||||
|
|
|
|||
Reference in New Issue