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
246f1edd
Commit
246f1edd
authored
Sep 10, 2024
by
gengchunlei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
慢综 医生端 新增通用随访入口参数bug修复
parent
32013db1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
Doctor.vue
src/doctor/Doctor.vue
+1
-1
Visit.vue
src/doctor/resident/Visit.vue
+1
-1
vue.config.js
vue.config.js
+1
-1
No files found.
src/doctor/Doctor.vue
View file @
246f1edd
...
...
@@ -52,7 +52,7 @@ export default {
if
(
!
token
)
{
token
=
sessionStorage
.
getItem
(
'token'
)
if
(
process
.
env
.
NODE_ENV
!==
'production'
)
{
token
=
'
b8a52d7f-4e50-45b1-b2dd-0671afe724d6
'
token
=
'
42339af6-efab-400d-bda6-2f6f61535d1c
'
}
}
if
(
token
)
{
...
...
src/doctor/resident/Visit.vue
View file @
246f1edd
...
...
@@ -82,7 +82,7 @@
<p>
暂无数据
</p>
</div>
<div
class=
"p-3 floor"
>
<div
class=
"p-3 floor"
v-if=
'activeTab'
>
<van-button
round
block
type=
"primary"
class=
"card-bt"
@
click=
"addBtn"
>
新增通用随访
</van-button>
</div>
</div>
...
...
vue.config.js
View file @
246f1edd
...
...
@@ -31,7 +31,7 @@ module.exports = defineConfig({
},
'/chronic-admin'
:
{
// target: 'https://beta-tumour.zmnyjk.com',
target
:
'http://192.168.1.1
25
:8900'
,
target
:
'http://192.168.1.1
31
:8900'
,
changOrigin
:
true
,
pathRewrite
:
{
'^/chronic-admin'
:
'/'
...
...
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