Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
frontend-h5
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
songrui
frontend-h5
Commits
5e182446
Commit
5e182446
authored
Nov 20, 2024
by
gengchunlei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
居民端小程序 v1.2 筛查列表初始化不查询bug修复
parent
1cfcbe8b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
List.vue
src/residentWX/screening/List.vue
+1
-0
vue.config.js
vue.config.js
+4
-4
No files found.
src/residentWX/screening/List.vue
View file @
5e182446
...
@@ -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
...
...
vue.config.js
View file @
5e182446
...
@@ -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'
}
}
}
}
},
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment