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
e4dbadaf
Commit
e4dbadaf
authored
Sep 11, 2024
by
gengchunlei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
慢综 医生端 新增通用随访入口参数bug修复
parent
19aa8862
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
Doctor.vue
src/doctor/Doctor.vue
+1
-1
GeneralFUForm.vue
src/doctor/followUp/generalFU/form/GeneralFUForm.vue
+1
-1
vue.config.js
vue.config.js
+4
-3
No files found.
src/doctor/Doctor.vue
View file @
e4dbadaf
...
...
@@ -52,7 +52,7 @@ export default {
if
(
!
token
)
{
token
=
sessionStorage
.
getItem
(
'token'
)
if
(
process
.
env
.
NODE_ENV
!==
'production'
)
{
token
=
'
42339af6-efab-400d-bda6-2f6f61535d1c
'
token
=
'
de42c09b-bcb0-4c21-9c8d-aaca5eff8cbb
'
}
}
if
(
token
)
{
...
...
src/doctor/followUp/generalFU/form/GeneralFUForm.vue
View file @
e4dbadaf
...
...
@@ -49,7 +49,7 @@
</div>
<div
class=
'img-btn mt-2'
@
click=
"toUpload('imgId')"
>
<input
type=
'file'
id=
'imgId'
multiple
@
change=
'choiceImg'
style=
'display: none'
:key=
'new Date().getTime()'
>
:key=
'new Date().getTime()'
accept=
"image/*"
>
<div
class=
'flex items-center justify-center'
>
<div>
<doc-icon
type=
'doc-upload'
class=
'doc-up'
/>
...
...
vue.config.js
View file @
e4dbadaf
...
...
@@ -30,11 +30,12 @@ module.exports = defineConfig({
}
},
'/chronic-admin'
:
{
//
target: 'https://beta-tumour.zmnyjk.com',
target
:
'http://192.168.1.131:8900'
,
target
:
'https://beta-tumour.zmnyjk.com'
,
//
target: 'http://192.168.1.131:8900',
changOrigin
:
true
,
pathRewrite
:
{
'^/chronic-admin'
:
'/'
// '^/chronic-admin': '/'
'^/chronic-admin'
:
'/chronic-admin'
}
},
'/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