Commit 32b52ac4 authored by songrui's avatar songrui

页面title修改

parent f145e5e8
...@@ -116,6 +116,7 @@ export default { ...@@ -116,6 +116,7 @@ export default {
} }
}, },
created() { created() {
document.title = '指导详情'
if (!this.id) { if (!this.id) {
showNotify({ type: 'warning', message: '未获取到查询信息', duration: 0 }) showNotify({ type: 'warning', message: '未获取到查询信息', duration: 0 })
return return
......
...@@ -82,6 +82,7 @@ export default { ...@@ -82,6 +82,7 @@ export default {
}, },
}, },
created() { created() {
document.title = '健康指导'
this.init() this.init()
}, },
mounted() { mounted() {
......
...@@ -63,6 +63,7 @@ export default { ...@@ -63,6 +63,7 @@ export default {
} }
}, },
created() { created() {
document.title = '专家在线咨询'
this.init() this.init()
}, },
methods: { methods: {
......
...@@ -90,6 +90,7 @@ export default { ...@@ -90,6 +90,7 @@ export default {
}, },
}, },
created() { created() {
document.title = '慢病筛查记录'
this.init() this.init()
}, },
mounted() { mounted() {
......
...@@ -157,6 +157,7 @@ export default { ...@@ -157,6 +157,7 @@ export default {
}, },
}, },
created() { created() {
document.title = '筛查详情'
if (!this.id) { if (!this.id) {
showNotify({ type: 'warning', message: '未获取到查询信息', duration: 0 }) showNotify({ type: 'warning', message: '未获取到查询信息', duration: 0 })
return return
......
...@@ -726,6 +726,7 @@ export default { ...@@ -726,6 +726,7 @@ export default {
} }
}, },
created() { created() {
document.title = '筛查详情'
if (!this.id) { if (!this.id) {
showNotify({ type: 'warning', message: '未获取到查询信息', duration: 0 }) showNotify({ type: 'warning', message: '未获取到查询信息', duration: 0 })
return return
......
...@@ -111,6 +111,7 @@ export default { ...@@ -111,6 +111,7 @@ export default {
} }
}, },
mounted() { mounted() {
document.title = '随访记录'
const list = this.$refs.list const list = this.$refs.list
list.addEventListener('scroll', () => { list.addEventListener('scroll', () => {
if (list.scrollTop > 0) { if (list.scrollTop > 0) {
......
...@@ -357,6 +357,7 @@ export default { ...@@ -357,6 +357,7 @@ export default {
} }
}, },
created() { created() {
document.title = '随访详情'
this.load() this.load()
}, },
methods: { methods: {
......
...@@ -68,6 +68,7 @@ export default { ...@@ -68,6 +68,7 @@ export default {
} }
}, },
created() { created() {
document.title = '随访详情'
this.load() this.load()
}, },
methods: { methods: {
......
...@@ -39,11 +39,11 @@ module.exports = defineConfig({ ...@@ -39,11 +39,11 @@ module.exports = defineConfig({
} }
}, },
'/chronic-resident': { '/chronic-resident': {
target: 'http://192.168.1.145:8903', // target: 'http://192.168.1.145:8903',
// target: 'https://beta-tumour.zmnyjk.com', target: 'https://beta-tumour.zmnyjk.com',
changOrigin: true, changOrigin: true,
pathRewrite: { 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