家政小程序
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.

config.js 190B

1234567
  1. export default {
  2. ENV: 'dev',
  3. VERSION: '0.0.1',
  4. REQUEST_DEV_URL: 'https://wechat.oskey.cn/api/',
  5. REQUEST_URL: 'https://oskey.cn/api/',
  6. LAUNCH_PAGE: '/pages/launch/index'
  7. }