图书馆小程序
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.

9 lines
181 B

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