1234567891011 |
- window.serverConfig = {
- // 系统名称
- APP_NAME: '公明腊肠运营管理后台',
- // 必填: api地址, 换成自己的域名即可
- // 例如: https://www.你的域名.com/admin
- BASE_API: 'http://ysctest.cookhome.club/admin',
- // 必填: store模块的入口地址
- // 例如: https://www.你的域名.com/store
- // STORE_URL: 'http://www.你的域名.com/store'
- }
|