diff --git a/.env.development_h5 b/.env.development_h5 index 713d6e58..175c5815 100644 --- a/.env.development_h5 +++ b/.env.development_h5 @@ -2,12 +2,4 @@ ENV = 'development' # 'development' -VITE_APP_BASE_API_Url = '' - -VITE_APP_BASE_H5_API_Url = 'http://25.18.122.65:7001' -# VITE_APP_BASE_H5_API_Url = 'http://25.18.122.91:9786' -# VITE_APP_BASE_H5_API_Url = 'http://25.18.122.78:9786' -# VITE_APP_BASE_H5_API_Url_TRAAPP = 'http://192.168.247.200' -# VITE_APP_BASE_H5_API_Url_TRASTUDY = 'http://25.64.32.154:9602' -VITE_APP_BASE_H5_API_Url_TRAEXAM = ''http://25.64.32.154:9604' -# VITE_APP_BASE_H5_API_Url_TRAASK = 'http://25.64.32.154:9605' \ No newline at end of file +VITE_APP_BASE_API_Url = '' \ No newline at end of file diff --git a/package.json b/package.json index 71972694..1d0502ee 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "build:app-plus:sit": "uni build -p app-plus --mode sit", "build:app-plus:uat": "uni build -p app-plus --mode uat", "build:app-plus:prod": "uni build -p app-plus", - "build:h5:dev": "uni build -p app-plus --mode development_h5", + "build:h5:dev": "uni build -p h5 --mode development_h5", "build:h5": "uni build" }, "dependencies": { diff --git a/src/components/examination/subject.vue b/src/components/examination/subject.vue index 0bfd18fe..f193d26a 100644 --- a/src/components/examination/subject.vue +++ b/src/components/examination/subject.vue @@ -110,7 +110,7 @@ 参考答案: {{ subject_data.itemVos[0]?.itemAnswer ?? '' }} - 试题解析:{{ subject_data?.analyContent }} + 试题解析:{{ subject_data?.analyContent }} diff --git a/src/components/points-and-badge/badge.vue b/src/components/points-and-badge/badge.vue index 02751ca3..3263cdd5 100644 --- a/src/components/points-and-badge/badge.vue +++ b/src/components/points-and-badge/badge.vue @@ -1,6 +1,6 @@