Compare commits
44 Commits
Author | SHA1 | Date |
---|---|---|
|
0560938dcb | 1 month ago |
|
479c8b7d07 | 1 month ago |
|
2e56fc6eda | 2 months ago |
|
9eb2561778 | 2 months ago |
|
bafaae881c | 2 months ago |
|
cac7f3ffbc | 2 months ago |
|
50c71ce400 | 2 months ago |
|
aa33e4d3eb | 2 months ago |
|
40d7c80299 | 2 months ago |
|
4afbe40c9a | 2 months ago |
|
3bf08dc49e | 2 months ago |
|
4e6ad280db | 2 months ago |
|
58486be976 | 2 months ago |
|
ea1e087623 | 2 months ago |
|
e7ed7a0ae1 | 2 months ago |
|
6848fb372e | 2 months ago |
|
414b4cfdea | 2 months ago |
|
54a23e57b4 | 2 months ago |
|
c6635741a3 | 2 months ago |
|
3f8cabdee2 | 2 months ago |
|
2e6ff0c498 | 2 months ago |
|
d2508006ae | 2 months ago |
|
1a990eb5a0 | 2 months ago |
|
138a28afc3 | 2 months ago |
|
7dfb7f8664 | 2 months ago |
|
8c0bd9866d | 2 months ago |
|
8eaab193e6 | 2 months ago |
|
79ad276f63 | 2 months ago |
|
9a47ef33ff | 2 months ago |
|
51f932186c | 2 months ago |
|
f825a03173 | 2 months ago |
|
18f55ae0fd | 2 months ago |
|
e48c68a012 | 2 months ago |
|
187df77326 | 2 months ago |
|
48cbf8d670 | 2 months ago |
|
3e366f54b3 | 2 months ago |
|
d64f55f2f1 | 2 months ago |
|
b8403a2695 | 2 months ago |
|
7bdf1512ad | 2 months ago |
|
14ce4243ee | 2 months ago |
|
2ca4b091be | 2 months ago |
|
9e63b92d8a | 2 months ago |
|
515fb71bfe | 2 months ago |
|
3afe9db907 | 2 months ago |
@ -1,15 +1,15 @@ |
|||
# 页面标题 |
|||
VUE_APP_TITLE = 朱琏针灸数据云系统 |
|||
VUE_APP_TITLE = 体重管理数据云平台系统 |
|||
|
|||
# 生产环境配置 |
|||
NODE_ENV = 'production' |
|||
# 因孚生产 |
|||
VUE_APP_BASE_API = 'http://113.45.159.249:40010/acupuncture/api/' |
|||
VUE_APP_API_QZURL = 'http://113.45.159.249:40010/acupuncture/api/' |
|||
VUE_APP_BASE_API = 'https://nnzjpt.ylinno.com/acupuncture_ays/api/' |
|||
VUE_APP_API_QZURL = 'https://nnzjpt.ylinno.com/acupuncture_ays/api/' |
|||
|
|||
# 访问地址 |
|||
VUE_APP_VISIT_URL = 'https://nnzjpt.ylinno.com/acupuncture/clientssl/' |
|||
VUE_APP_VISIT_URL = 'https://nnzjpt.ylinno.com/acupuncture_ays/clientssl/' |
|||
# 筛查访问地址 |
|||
VUE_APP_H5_URL = 'https://nnzjpt.ylinno.com/acupuncture/clientssl/screening/h5' |
|||
VUE_APP_H5_URL = 'https://nnzjpt.ylinno.com/acupuncture_ays/clientssl/screening/h5' |
|||
# 访问路径 |
|||
VUE_APP_PUBLIC_PATH = '/acupuncture/client/' |
|||
VUE_APP_PUBLIC_PATH = '/acupuncture_ays/clientssl/' |
|||
|
@ -1,15 +1,15 @@ |
|||
# 页面标题 |
|||
VUE_APP_TITLE = 朱琏针灸数据云系统 |
|||
VUE_APP_TITLE = 体重管理数据云平台系统 |
|||
|
|||
# 生产环境配置 |
|||
NODE_ENV = 'production' |
|||
# 因孚生产 |
|||
VUE_APP_BASE_API = 'https://nnzjpt.ylinno.com/acupuncture/api/' |
|||
VUE_APP_API_QZURL = 'https://nnzjpt.ylinno.com/acupuncture/api/' |
|||
VUE_APP_BASE_API = 'https://nnzjpt.ylinno.com/acupuncture_ays/api/' |
|||
VUE_APP_API_QZURL = 'https://nnzjpt.ylinno.com/acupuncture_ays/api/' |
|||
|
|||
# 访问地址 |
|||
VUE_APP_VISIT_URL = 'https://nnzjpt.ylinno.com/acupuncture/clientssl/' |
|||
VUE_APP_VISIT_URL = 'https://nnzjpt.ylinno.com/acupuncture_ays/clientssl/' |
|||
# 筛查访问地址 |
|||
VUE_APP_H5_URL = 'https://nnzjpt.ylinno.com/acupuncture/clientssl/screening/h5' |
|||
VUE_APP_H5_URL = 'https://nnzjpt.ylinno.com/acupuncture_ays/clientssl/screening/h5' |
|||
# 访问路径 |
|||
VUE_APP_PUBLIC_PATH = '/acupuncture/clientssl/' |
|||
VUE_APP_PUBLIC_PATH = '/acupuncture_ays/clientssl/' |
|||
|
@ -1,15 +1,15 @@ |
|||
# 页面标题 |
|||
VUE_APP_TITLE = 朱琏针灸数据云系统 |
|||
VUE_APP_TITLE = 体重管理数据云平台系统 |
|||
|
|||
# 生产环境配置 |
|||
NODE_ENV = 'production' |
|||
# 因孚生产 |
|||
VUE_APP_BASE_API = 'https://test.tall.wiki/acupuncture/api/' |
|||
VUE_APP_API_QZURL = 'https://test.tall.wiki/acupuncture/api/' |
|||
VUE_APP_BASE_API = 'https://test.tall.wiki/acupuncture_ays/api/' |
|||
VUE_APP_API_QZURL = 'https://test.tall.wiki/acupuncture_ays/api/' |
|||
|
|||
# 访问地址 |
|||
VUE_APP_VISIT_URL = 'https://test.tall.wiki/acupuncture/client/' |
|||
VUE_APP_VISIT_URL = 'https://test.tall.wiki/acupuncture_ays/client/' |
|||
# 筛查访问地址 |
|||
VUE_APP_H5_URL = 'https://test.tall.wiki/acupuncture/client/screening/h5' |
|||
VUE_APP_H5_URL = 'https://test.tall.wiki/acupuncture_ays/client/screening/h5' |
|||
# 访问路径 |
|||
VUE_APP_PUBLIC_PATH = '/acupuncture/client/' |
|||
VUE_APP_PUBLIC_PATH = '/acupuncture_ays/client/' |
|||
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 874 B After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 849 B After Width: | Height: | Size: 841 B |
Before Width: | Height: | Size: 767 B After Width: | Height: | Size: 762 B |
Before Width: | Height: | Size: 734 B After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 716 B After Width: | Height: | Size: 971 B |
Before Width: | Height: | Size: 699 B After Width: | Height: | Size: 728 B |
Before Width: | Height: | Size: 860 B After Width: | Height: | Size: 1006 B |
Before Width: | Height: | Size: 833 B After Width: | Height: | Size: 819 B |
Before Width: | Height: | Size: 787 B After Width: | Height: | Size: 963 B |
Before Width: | Height: | Size: 759 B After Width: | Height: | Size: 751 B |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 983 KiB After Width: | Height: | Size: 326 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 4.7 KiB |
Before Width: | Height: | Size: 148 KiB After Width: | Height: | Size: 44 KiB |
@ -1,12 +1,12 @@ |
|||
# 页面标题 |
|||
VUE_APP_TITLE = 朱琏针灸数据云系统 |
|||
VUE_APP_TITLE = 体重管理数据云平台系统 |
|||
|
|||
# 生产环境配置 |
|||
NODE_ENV = 'production' |
|||
# 因孚生产 |
|||
VUE_APP_BASE_API = 'https://nnzjpt.ylinno.com/acupuncture/api/' |
|||
VUE_APP_API_QZURL = 'https://nnzjpt.ylinno.com/acupuncture/api/' |
|||
VUE_APP_BASE_API = 'https://nnzjpt.ylinno.com/acupuncture_ays/api/' |
|||
VUE_APP_API_QZURL = 'https://nnzjpt.ylinno.com/acupuncture_ays/api/' |
|||
# 筛查访问地址 |
|||
VUE_APP_H5_URL = 'https://nnzjpt.ylinno.com/acupuncture/clientssl/screening/h5' |
|||
VUE_APP_H5_URL = 'https://nnzjpt.ylinno.com/acupuncture_ays/clientssl/screening/h5' |
|||
# 访问路径 |
|||
VUE_APP_PUBLIC_PATH = '/acupuncture/adminssl/' |
|||
VUE_APP_PUBLIC_PATH = '/acupuncture_ays/adminssl/' |
|||
|
@ -1,12 +1,12 @@ |
|||
# 页面标题 |
|||
VUE_APP_TITLE = 朱琏针灸数据云系统 |
|||
VUE_APP_TITLE = 体重管理数据云平台系统 |
|||
|
|||
# 生产环境配置 |
|||
NODE_ENV = 'production' |
|||
# 因孚生产 |
|||
VUE_APP_BASE_API = 'https://test.tall.wiki/acupuncture/api/' |
|||
VUE_APP_API_QZURL = 'https://test.tall.wiki/acupuncture/api/' |
|||
VUE_APP_BASE_API = 'https://test.tall.wiki/acupuncture_ays/api/' |
|||
VUE_APP_API_QZURL = 'https://test.tall.wiki/acupuncture_ays/api/' |
|||
# 筛查访问地址 |
|||
VUE_APP_H5_URL = 'https://test.tall.wiki/acupuncture/admin/screening/h5' |
|||
VUE_APP_H5_URL = 'https://test.tall.wiki/acupuncture_ays/admin/screening/h5' |
|||
# 访问路径 |
|||
VUE_APP_PUBLIC_PATH = '/acupuncture/admin/' |
|||
VUE_APP_PUBLIC_PATH = '/acupuncture_ays/admin/' |
|||
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 664 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 4.7 KiB |