From 3e761c9ff45da3f48fc1c77d4b32a3e86fe950d5 Mon Sep 17 00:00:00 2001 From: feige <791364011@qq.com> Date: 星期四, 17 七月 2025 16:45:35 +0800 Subject: [PATCH] 修改了字 --- ruoyi-ui/vue.config.js | 6 +++--- ruoyi-ui/src/views/qrcode/pdscanInfo.vue | 8 +++++--- ruoyi-ui/src/views/healthy/index.vue | 4 ++-- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/ruoyi-ui/src/views/healthy/index.vue b/ruoyi-ui/src/views/healthy/index.vue index 6eca37c..d190f09 100644 --- a/ruoyi-ui/src/views/healthy/index.vue +++ b/ruoyi-ui/src/views/healthy/index.vue @@ -214,8 +214,8 @@ </el-form-item> - <el-form-item label="鏁戠梾鍖婚櫌" prop="hospital"> - <el-input v-model="formDat.hospital" placeholder="璇疯緭鍏ユ晳鐥呭尰闄�" clearable :style="{width: '100%'}" > + <el-form-item label="灏辩梾鍖婚櫌" prop="hospital"> + <el-input v-model="formDat.hospital" placeholder="璇疯緭鍏ュ氨鐥呭尰闄�" clearable :style="{width: '100%'}" > </el-input> </el-form-item> <el-form-item label="棰樺悕" prop="title"> diff --git a/ruoyi-ui/src/views/qrcode/pdscanInfo.vue b/ruoyi-ui/src/views/qrcode/pdscanInfo.vue index 4cfab4b..b56fec0 100644 --- a/ruoyi-ui/src/views/qrcode/pdscanInfo.vue +++ b/ruoyi-ui/src/views/qrcode/pdscanInfo.vue @@ -21,7 +21,8 @@ </template> <script> -import {listFScan,getFScanInfo,addFScan,delFScan,getFSInfo,updateFScan, uploadPic, uploadPic1, download} from "@/api/fscan/index"; +import {listFScan,getFScanInfo,addFScan,delFScan,getFSInfo, +updateFScan, uploadPic, uploadPic1, download} from "@/api/fscan/index"; import {blobValidate} from "@/utils/ruoyi"; export default { // components: { @@ -38,10 +39,11 @@ }, mounted() { - const id = (this.$route.query.id) + const id = this.$route.params && this.$route.params.id; + //alert(id) //鍙戣捣璇锋眰鎷垮埌pdfSrc let _this = this - getFScanInfo(id).then(response => { + getFScanInfo(parseInt(id)).then(response => { //console.log(response) diff --git a/ruoyi-ui/vue.config.js b/ruoyi-ui/vue.config.js index 72916bf..c1835ec 100644 --- a/ruoyi-ui/vue.config.js +++ b/ruoyi-ui/vue.config.js @@ -36,9 +36,9 @@ proxy: { // detail: https://cli.vuewww.bendudu.comjs.org/config/#devserver-proxy [process.env.VUE_APP_BASE_API]: { - // target: `https://10.39.18.174:8080/`, -// target: `https://192.168.1.7:8080/`, - target: 'https://www.bendudu.com:8080/', + // target: `https://10.39.2.234:8080/`, + // target: `https://192.168.1.8:8080/`, + target: 'https://www.bendudu.com:8080/', changeOrigin: true, pathRewrite: { ['^' + process.env.VUE_APP_BASE_API]: '' -- Gitblit v1.9.1