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.
yanzong/public/admin/config.js

12 lines
457 B

11 months ago
window.serverConfig = {
// 系统名称
10 months ago
APP_NAME: '萤火商城系统2.0',
11 months ago
// 必填: api地址, 换成自己的域名即可
// 例如: https://www.你的域名.com/index.php?s=/admin
9 months ago
// BASE_API: 'https://www.saas.njrenzhou.com/index.php?s=/admin',
BASE_API: 'https://www.royaum.com.cn/index.php?s=/admin',
11 months ago
// 必填: store模块的入口地址
// 例如: https://www.你的域名.com/store
9 months ago
STORE_URL: 'https://www.royaum.com.cn/store'
11 months ago
}