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.
12 lines
243 B
12 lines
243 B
# 标题
|
|
VITE_APP_TITLE = 水利工程
|
|
|
|
SERVICE_NAME = sy-water-data-board-ui
|
|
# 打包路径
|
|
VITE_BASE_URL= /${SERVICE_NAME}
|
|
|
|
# 接口请求基础地址
|
|
VITE_GLOB_API_URL= /api
|
|
|
|
# VR标签跳转路径
|
|
VITE_VR_APPLICATION_NAME="/vr-manager-ui"
|
|
|