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
28c21e12
Commit
28c21e12
authored
Aug 29, 2024
by
songrui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
地址表单修改
parent
40e7c8a1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
BaseInfo.vue
src/resident/screening/first/form/BaseInfo.vue
+1
-1
vue.config.js
vue.config.js
+3
-3
No files found.
src/resident/screening/first/form/BaseInfo.vue
View file @
28c21e12
...
...
@@ -284,7 +284,7 @@ export default {
const
info
=
getInfoByIdCard
(
idCard
)
this
.
form
.
gender
=
info
.
gender
this
.
form
.
genderName
=
this
.
store
.
getDictValue
(
'DC00005'
,
this
.
form
.
gender
)
this
.
form
.
currentAge
=
info
.
currentA
ge
this
.
form
.
currentAge
=
info
.
a
ge
this
.
form
.
dataBirth
=
info
.
dataBirth
},
submit
()
{
...
...
vue.config.js
View file @
28c21e12
...
...
@@ -30,11 +30,11 @@ module.exports = defineConfig({
}
},
'/chronic-resident'
:
{
// target: 'http://192.168.1.7:8081
',
target
:
'https://beta-tumour.zmnyjk.com'
,
target
:
'http://192.168.1.43:8903
'
,
//
target: 'https://beta-tumour.zmnyjk.com',
changOrigin
:
true
,
pathRewrite
:
{
'^/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