修改 app问题

This commit is contained in:
GGJ
2024-10-11 11:09:54 +08:00
parent 56a2db2b48
commit c5ae23e8da
6 changed files with 54 additions and 52 deletions

View File

@@ -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