From 3fb7e16c4ed3625acc478c4d9c67627ff2788445 Mon Sep 17 00:00:00 2001 From: axlrose2333 <690927457@qq.com> Date: Sun, 23 Apr 2023 14:48:48 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=AF=E5=88=86=E4=BC=98=E5=8C=96=EF=BC=9B?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 4 ++-- src/view/course/components/viewExamination.vue | 1 + src/view/drawManage/index.vue | 7 ++++--- src/view/integralManage/index.vue | 2 +- src/view/layout/index.vue | 3 ++- src/view/login/index.vue | 6 +++--- 6 files changed, 13 insertions(+), 10 deletions(-) diff --git a/.env.production b/.env.production index 3a1bdd8..c884e0f 100644 --- a/.env.production +++ b/.env.production @@ -4,5 +4,5 @@ VITE_CLI_PORT = 8080 VITE_SERVER_PORT = 8888 VITE_BASE_API = /api #下方修改为你的线上ip -//VITE_BASE_PATH = https://admin.api.gwkjxb.com -VITE_BASE_PATH = http://test_admin_api.gwkjxb.com +VITE_BASE_PATH = https://admin.api.gwkjxb.com +//VITE_BASE_PATH = http://test_admin_api.gwkjxb.com diff --git a/src/view/course/components/viewExamination.vue b/src/view/course/components/viewExamination.vue index 3c2c895..45534a8 100644 --- a/src/view/course/components/viewExamination.vue +++ b/src/view/course/components/viewExamination.vue @@ -89,6 +89,7 @@ async function getExaminationDetail() { if(res.code === 0) { exam_info.value = res.data form.value = res.data.exam + form.value.price = 4.9 exam_types.value = res.data.exam_types.map((item) => { for(let prop in item) { if(price_props.includes(prop)) { diff --git a/src/view/drawManage/index.vue b/src/view/drawManage/index.vue index 4866b45..85c01b2 100644 --- a/src/view/drawManage/index.vue +++ b/src/view/drawManage/index.vue @@ -546,11 +546,12 @@ function getRandomNumber() { - - + + + diff --git a/src/view/integralManage/index.vue b/src/view/integralManage/index.vue index 6340ddf..e36d6fe 100644 --- a/src/view/integralManage/index.vue +++ b/src/view/integralManage/index.vue @@ -262,7 +262,7 @@ async function integralOperationFunc(type,row) { // 冻结 解冻 - + diff --git a/src/view/layout/index.vue b/src/view/layout/index.vue index 9d9e92d..e7f13ac 100644 --- a/src/view/layout/index.vue +++ b/src/view/layout/index.vue @@ -4,7 +4,8 @@
- + +
{{ $GIN_VUE_ADMIN.appName }}