|
|
|
@ -1,11 +1,11 @@ |
|
|
|
|
window.publicConfig = { |
|
|
|
|
// 系统名称
|
|
|
|
|
APP_NAME: 'Sass', |
|
|
|
|
// 系统名称 APP_NAME: 'Sass',
|
|
|
|
|
|
|
|
|
|
// 必填: api地址, 换成自己的域名即可
|
|
|
|
|
// 例如: https://www.你的域名.com/index.php?s=/store
|
|
|
|
|
//BASE_API: '../index.php?s=/store',
|
|
|
|
|
BASE_API: 'http://www.yzshop.cn/index.php?s=/store', |
|
|
|
|
// BASE_API: 'http://www.yzshop.cn/index.php?s=/store',
|
|
|
|
|
BASE_API: 'https://www.royaum.com.cn/index.php?s=/store', |
|
|
|
|
|
|
|
|
|
// 图片文件上传大小 (单位mb)
|
|
|
|
|
uploadImageSize: 2, |
|
|
|
|