This repository has been archived on 2024-09-30. You can view files and clone it, but cannot push or open issues/pull-requests.
|
// 在config.js
|
|
//本地测试
|
|
const requestUrl = "http://127.0.0.1:8000";
|
|
// 服务器测试
|
|
// const requestUrl = "https://wx-ed1284f.kimgo.cn";
|
|
export { requestUrl };
|