Commit 32b52ac4 authored by songrui's avatar songrui

页面title修改

parent f145e5e8
......@@ -116,6 +116,7 @@ export default {
}
},
created() {
document.title = '指导详情'
if (!this.id) {
showNotify({ type: 'warning', message: '未获取到查询信息', duration: 0 })
return
......
......@@ -82,6 +82,7 @@ export default {
},
},
created() {
document.title = '健康指导'
this.init()
},
mounted() {
......
......@@ -63,6 +63,7 @@ export default {
}
},
created() {
document.title = '专家在线咨询'
this.init()
},
methods: {
......
......@@ -90,6 +90,7 @@ export default {
},
},
created() {
document.title = '慢病筛查记录'
this.init()
},
mounted() {
......
......@@ -157,6 +157,7 @@ export default {
},
},
created() {
document.title = '筛查详情'
if (!this.id) {
showNotify({ type: 'warning', message: '未获取到查询信息', duration: 0 })
return
......
......@@ -726,6 +726,7 @@ export default {
}
},
created() {
document.title = '筛查详情'
if (!this.id) {
showNotify({ type: 'warning', message: '未获取到查询信息', duration: 0 })
return
......
......@@ -111,6 +111,7 @@ export default {
}
},
mounted() {
document.title = '随访记录'
const list = this.$refs.list
list.addEventListener('scroll', () => {
if (list.scrollTop > 0) {
......
......@@ -357,6 +357,7 @@ export default {
}
},
created() {
document.title = '随访详情'
this.load()
},
methods: {
......
......@@ -68,6 +68,7 @@ export default {
}
},
created() {
document.title = '随访详情'
this.load()
},
methods: {
......
......@@ -39,11 +39,11 @@ module.exports = defineConfig({
}
},
'/chronic-resident': {
target: 'http://192.168.1.145:8903',
// target: 'https://beta-tumour.zmnyjk.com',
// target: 'http://192.168.1.145:8903',
target: 'https://beta-tumour.zmnyjk.com',
changOrigin: true,
pathRewrite: {
'^/chronic-resident': '/'
'^/chronic-resident': '/chronic-resident'
}
}
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment