Commit 5e182446 authored by gengchunlei's avatar gengchunlei

居民端小程序 v1.2 筛查列表初始化不查询bug修复

parent 1cfcbe8b
...@@ -91,6 +91,7 @@ export default { ...@@ -91,6 +91,7 @@ export default {
}, },
created() { created() {
document.title = '慢病筛查记录' document.title = '慢病筛查记录'
this.load()
}, },
mounted() { mounted() {
const list = this.$refs.list const list = this.$refs.list
......
...@@ -39,12 +39,12 @@ module.exports = defineConfig({ ...@@ -39,12 +39,12 @@ module.exports = defineConfig({
} }
}, },
'/chronic-resident': { '/chronic-resident': {
target: 'http://192.168.1.125:8903', // target: 'http://192.168.1.200: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': '/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