修改 app问题
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
const debug = false // true 是连地服务端本地,false 是连接线上
|
||||
|
||||
const development = {
|
||||
domain: 'http://192.168.1.115:10215',
|
||||
domain: 'http://192.168.1.22:10215',
|
||||
}
|
||||
|
||||
const production = {
|
||||
@@ -18,7 +18,6 @@ if (process.env.NODE_ENV === 'development') {
|
||||
}
|
||||
// #endif
|
||||
|
||||
config.static = config.domain + '/system-boot/image/toStream?bgImage='
|
||||
|
||||
config.static = config.domain + '/system-boot/file/download?filePath='
|
||||
|
||||
export default config
|
||||
|
||||
Reference in New Issue
Block a user