This repository has been archived on 2024-09-30. You can view files and clone it, but cannot push or open issues/pull-requests.
wxSmallApp/utils/config.js

4 lines
83 B
JavaScript

// 在config.js
const requestUrl = "http://127.0.0.1:8000";
export { requestUrl };