9 lines
227 B
Plaintext
9 lines
227 B
Plaintext
# 页面标题
|
|
VITE_APP_TITLE = 政务云后台管理系统
|
|
|
|
# 开发环境配置
|
|
VITE_APP_ENV = 'development'
|
|
|
|
# 开发环境
|
|
VITE_APP_BASE_API = 'http://192.168.18.99:8080'
|
|
VITE_APP_PLATFORM = 'http://localhost:9000/platform' |