Browse Source

配置路径去掉后面斜杠

newMaster
liuzhipeng 3 months ago
parent
commit
b1a1a700c0
  1. 2
      acupuncture-前台/.env.development
  2. 2
      acupuncture-前台/.env.production
  3. 1
      acupuncture-前台/src/views/screening/h5.vue

2
acupuncture-前台/.env.development

@ -9,7 +9,7 @@ VUE_APP_BASE_API = '/dev-api'
VUE_APP_IMG_URL = 'https://test.tall.wiki/acupuncture' VUE_APP_IMG_URL = 'https://test.tall.wiki/acupuncture'
VUE_APP_API_QZURL = 'https://test.tall.wiki/' VUE_APP_API_QZURL = 'https://test.tall.wiki/'
# 筛查访问地址 # 筛查访问地址
VUE_APP_H5_URL = 'https://test.tall.wiki/acupunctureClient/screening/h5/' VUE_APP_H5_URL = 'https://test.tall.wiki/acupunctureClient/screening/h5'
# 路由懒加载 # 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true VUE_CLI_BABEL_TRANSPILE_MODULES = true
# 访问路径 # 访问路径

2
acupuncture-前台/.env.production

@ -7,6 +7,6 @@ NODE_ENV = 'production'
VUE_APP_BASE_API = 'https://test.tall.wiki/acupuncture' VUE_APP_BASE_API = 'https://test.tall.wiki/acupuncture'
VUE_APP_API_QZURL = 'https://test.tall.wiki/' VUE_APP_API_QZURL = 'https://test.tall.wiki/'
# 筛查访问地址 # 筛查访问地址
VUE_APP_H5_URL = 'https://test.tall.wiki/acupunctureClient/screening/h5/' VUE_APP_H5_URL = 'https://test.tall.wiki/acupunctureClient/screening/h5'
# 访问路径 # 访问路径
VUE_APP_PUBLIC_PATH = '/acupunctureClient/' VUE_APP_PUBLIC_PATH = '/acupunctureClient/'

1
acupuncture-前台/src/views/screening/h5.vue

@ -147,7 +147,6 @@ import {
} from "@/api/screening.js"; } from "@/api/screening.js";
export default { export default {
name: "Notice", name: "Notice",
dicts: ["sys_notice_status", "sys_notice_type"],
data() { data() {
return { return {
hospitalId: "", hospitalId: "",

Loading…
Cancel
Save