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
272 B
11 lines
272 B
5 months ago
|
# 页面标题
|
||
5 months ago
|
VUE_APP_TITLE = 针灸管理系统
|
||
5 months ago
|
|
||
|
# 生产环境配置
|
||
4 months ago
|
NODE_ENV = 'production'
|
||
|
# 因孚生产
|
||
|
VUE_APP_BASE_API = 'https://test.tall.wiki/acupuncture'
|
||
|
VUE_APP_API_QZURL = 'https://test.tall.wiki/'
|
||
5 months ago
|
|
||
4 months ago
|
# 访问路径
|
||
4 months ago
|
VUE_APP_PUBLIC_PATH = '/acupunctureClient/'
|