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.
14 lines
318 B
14 lines
318 B
# 页面标题
|
|
VITE_APP_TITLE = 九云商城
|
|
|
|
# 生产环境配置
|
|
VITE_APP_ENV = 'production'
|
|
|
|
# 基础地址
|
|
VITE_APP_BASE_URL = 'https://api.ninecloud.top/msm'
|
|
|
|
# socket地址
|
|
VITE_APP_SOCKET_URL = 'wss://api.ninecloud.top/socket/'
|
|
|
|
# 网站地址
|
|
VITE_APP_WEB_URL = 'https://www.ninecloud.top/udemo/im/index.html'
|