Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
contraceptives_app
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
ynby
contraceptives_app
Commits
20360aa0
Commit
20360aa0
authored
Dec 27, 2021
by
gengchunlei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
环境修改
parent
76a412e5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
.env.prod
.env.prod
+1
-0
manualDistribution.vue
src/views/manualDistribution/manualDistribution.vue
+7
-0
No files found.
.env.prod
View file @
20360aa0
...
...
@@ -2,3 +2,4 @@ NODE_ENV=prod
VUE_APP_PATH = https://ynfymds-service.yiboshi.com
VUE_APP_BASE_URL1 = https://yaoju-service.yiboshi.com
VUE_APP_BASE_URL = https://beta-yjservice.yiboshi.com
VUE_APP_BASE_URL1 = https://yyyaoju-service.yyjtzc.com
src/views/manualDistribution/manualDistribution.vue
View file @
20360aa0
...
...
@@ -69,6 +69,12 @@
},
created
()
{
this
.
urltext
()
let
initPeople
=
JSON
.
parse
(
window
.
sessionStorage
.
getItem
(
'initPeople'
))
if
(
initPeople
)
{
this
.
formData
.
residentName
=
initPeople
.
residentName
this
.
formData
.
idCar
=
initPeople
.
idCar
this
.
formData
.
telephone
=
initPeople
.
telephone
}
},
mounted
()
{
let
vm
=
this
...
...
@@ -172,6 +178,7 @@
...
this
.
formData
,
resource
:
'2'
}
window
.
sessionStorage
.
setItem
(
'initPeople'
,
JSON
.
stringify
(
this
.
formData
))
this
.
$router
.
push
({
path
:
'/manualCollection'
,
query
:
par
})
}
else
{
return
Toast
({
...
...
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