diff --git a/acupuncture-前台/.env.production b/acupuncture-前台/.env.production index 92804d370..7dba9a137 100644 --- a/acupuncture-前台/.env.production +++ b/acupuncture-前台/.env.production @@ -4,9 +4,9 @@ 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://113.45.159.249:40010/acupuncture/api/' +VUE_APP_API_QZURL = 'https://113.45.159.249:40010/acupuncture/api/' # 筛查访问地址 -VUE_APP_H5_URL = 'http://113.45.159.249:40010/acupuncture/client/screening/h5' +VUE_APP_H5_URL = 'https://113.45.159.249:40010/acupuncture/client/screening/h5' # 访问路径 VUE_APP_PUBLIC_PATH = '/acupuncture/client/' diff --git a/acupuncture-前台/针灸-前台6.zip b/acupuncture-前台/针灸-前台6.zip deleted file mode 100644 index 3b16fbcea..000000000 Binary files a/acupuncture-前台/针灸-前台6.zip and /dev/null differ diff --git a/acupuncture-前台/针灸前台3.zip b/acupuncture-前台/针灸前台3.zip deleted file mode 100644 index 6560969a4..000000000 Binary files a/acupuncture-前台/针灸前台3.zip and /dev/null differ diff --git a/acupuncture-前台/针灸前台4.zip b/acupuncture-前台/针灸前台4.zip deleted file mode 100644 index 965751594..000000000 Binary files a/acupuncture-前台/针灸前台4.zip and /dev/null differ diff --git a/acupuncture-前台/针灸前台5.zip b/acupuncture-前台/针灸前台5.zip deleted file mode 100644 index ddae517a6..000000000 Binary files a/acupuncture-前台/针灸前台5.zip and /dev/null differ diff --git a/acupuncture-后台/.env.production b/acupuncture-后台/.env.production index 10ba4369b..b513e2183 100644 --- a/acupuncture-后台/.env.production +++ b/acupuncture-后台/.env.production @@ -4,9 +4,9 @@ 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://113.45.159.249:40010/acupuncture/api/' +VUE_APP_API_QZURL = 'https://113.45.159.249:40010/acupuncture/api/' # 筛查访问地址 -VUE_APP_H5_URL = 'http://113.45.159.249:40010/acupuncture/admin/screening/h5' +VUE_APP_H5_URL = 'https://113.45.159.249:40010/acupuncture/admin/screening/h5' # 访问路径 VUE_APP_PUBLIC_PATH = '/acupuncture/admin/'