mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-17 00:15:53 +08:00
6 lines
96 B
JavaScript
6 lines
96 B
JavaScript
'use strict'
|
|
module.exports = {
|
|
NODE_ENV: '"production"',
|
|
BASE_URL:'http://www.baidu.com'
|
|
}
|