You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
387 B
11 lines
387 B
# 线上环境 |
|
ENV = 'production' |
|
|
|
# public path 配置线上环境路径(打包)、本地通过 http-server 访问时,请置空即可 |
|
VITE_PUBLIC_PATH = |
|
VITE_outDir = 'peachmanage' |
|
# 线上环境接口地址 |
|
VITE_API_URL = 'http://111.231.140.87:4111/' |
|
VITE_API_URL1 = 'http://peachmanage.taoyuanjilogin.com:4111/' |
|
VITE_API_TITLE = '桃源记2后台' |
|
VITE_API_VICETITLE = '后台' |