图书馆小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
162 B

3 weeks ago
3 weeks ago
4 months ago
  1. const config = {
  2. // 本地
  3. // baseUrl: 'http://192.168.99.63:14000',
  4. // 线上
  5. baseUrl: 'https://wechatapi.aiyxlib.com',
  6. };
  7. export default config;