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 }}