fix: 将基础配置信息放入window

This commit is contained in:
刘洪洪
2023-06-01 11:05:30 +08:00
parent 28e23111a5
commit ef9b32d2b4

View File

@@ -1,5 +1,7 @@
var BASE_CONFIG = {
const BASE_CONFIG = {
baseUrl: 'http://192.168.44.54:8091/',
version: '23.06',
apiVersion: 'v1'
}
window.BASE_CONFIG = BASE_CONFIG