数据切换到正式环境
This commit is contained in:
@@ -5,7 +5,7 @@ const development = {
|
||||
}
|
||||
|
||||
const production = {
|
||||
domain: 'http://192.168.1.13:10215',
|
||||
domain: 'https://pqmcn.com:8092/api',
|
||||
}
|
||||
|
||||
const config = debug ? development : production
|
||||
@@ -18,4 +18,7 @@ if (process.env.NODE_ENV === 'development') {
|
||||
}
|
||||
// #endif
|
||||
|
||||
config.static = config.domain + '/system-boot/image/toStream?bgImage='
|
||||
|
||||
|
||||
export default config
|
||||
|
||||
Reference in New Issue
Block a user