专利列表和企业列表

This commit is contained in:
cxc
2022-07-22 17:32:45 +08:00
parent bc085ab1d3
commit 65fd5e1adb
24 changed files with 3738 additions and 1 deletions

View File

@ -5,7 +5,8 @@ VITE_APP_TITLE = 若依管理系统
VITE_APP_ENV = 'production'
# 若依管理系统/生产环境
VITE_APP_BASE_API = '/prod-api'
# VITE_APP_BASE_API = '/prod-api'
VITE_APP_BASE_API = 'http://120.26.107.74:1618'
# 是否在打包时开启压缩,支持 gzip 和 brotli
VITE_BUILD_COMPRESS = gzip