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
fcc40b68
Commit
fcc40b68
authored
Jan 21, 2025
by
芮自成
Browse files
Options
Browse Files
Download
Plain Diff
代码合并
parents
4ae21520
c5921380
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
8 deletions
+9
-8
index.html
public/index.html
+2
-2
doctorFetch.js
src/api/doctor/doctorFetch.js
+2
-1
Index.vue
src/doctor/deathRecord/form/Index.vue
+1
-1
PatientDetail.vue
src/doctor/patientDetail/PatientDetail.vue
+0
-0
vue.config.js
vue.config.js
+4
-4
No files found.
public/index.html
View file @
fcc40b68
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<link
rel=
'icon'
href=
'<%= BASE_URL %>favicon.ico'
>
<link
rel=
'icon'
href=
'<%= BASE_URL %>favicon.ico'
>
<title><
%=
htmlWebpackPlugin
.
options
.
title
%
></title>
<title><
%=
htmlWebpackPlugin
.
options
.
title
%
></title>
<!-- 3.3.4/vconsole.min.js -->
<!-- 3.3.4/vconsole.min.js -->
<!-- <script src='https://beta-copd-img.yiboshi.com/20241106/1730860078278931285.js'></script> --
>
<script
src=
'https://beta-copd-img.yiboshi.com/20241106/1730860078278931285.js'
></script
>
</head>
</head>
<body>
<body>
<noscript>
<noscript>
...
@@ -79,7 +79,7 @@
...
@@ -79,7 +79,7 @@
<!-- built files will be auto injected -->
<!-- built files will be auto injected -->
</body>
</body>
<script>
<script>
//
var vConsole =new VConsole();
var
vConsole
=
new
VConsole
();
// console.log('Hello world');
// console.log('Hello world');
</script>
</script>
</html>
</html>
src/api/doctor/doctorFetch.js
View file @
fcc40b68
...
@@ -34,6 +34,7 @@ export function fetchBase({
...
@@ -34,6 +34,7 @@ export function fetchBase({
backHome
()
backHome
()
return
return
}
}
let
bodys
=
{...
body
,
source
:
2
}
return
new
Promise
((
resolve
,
reject
)
=>
{
return
new
Promise
((
resolve
,
reject
)
=>
{
if
(
loading
)
{
if
(
loading
)
{
loadingList
++
loadingList
++
...
@@ -43,7 +44,7 @@ export function fetchBase({
...
@@ -43,7 +44,7 @@ export function fetchBase({
method
:
method
,
method
:
method
,
url
:
`
${
url
}
`
,
url
:
`
${
url
}
`
,
params
:
params
,
params
:
params
,
data
:
body
,
data
:
body
s
,
headers
:
{
headers
:
{
'Authorization'
:
`
${
token
}
`
,
'Authorization'
:
`
${
token
}
`
,
'Content-Type'
:
contentType
'Content-Type'
:
contentType
...
...
src/doctor/deathRecord/form/Index.vue
View file @
fcc40b68
...
@@ -104,7 +104,7 @@ export default {
...
@@ -104,7 +104,7 @@ export default {
...
deathRecordForm
...
deathRecordForm
}
}
saveResidentsDeath
(
params
).
then
(
res
=>
{
saveResidentsDeath
(
params
).
then
(
res
=>
{
this
.
$message
.
success
(
'新增成功'
)
this
.
store
.
onRefreshMark
(
)
this
.
$router
.
back
()
this
.
$router
.
back
()
})
})
...
...
src/doctor/patientDetail/PatientDetail.vue
View file @
fcc40b68
This diff is collapsed.
Click to expand it.
vue.config.js
View file @
fcc40b68
...
@@ -30,12 +30,12 @@ module.exports = defineConfig({
...
@@ -30,12 +30,12 @@ module.exports = defineConfig({
}
}
},
},
'/chronic-admin'
:
{
'/chronic-admin'
:
{
target
:
'https://beta-tumour.zmnyjk.com'
,
//
target: 'https://beta-tumour.zmnyjk.com',
// target: 'http://192.168.1.125
:8900',
target
:
'http://192.168.1.126
:8900'
,
changOrigin
:
true
,
changOrigin
:
true
,
pathRewrite
:
{
pathRewrite
:
{
//
'^/chronic-admin': '/'
'^/chronic-admin'
:
'/'
'^/chronic-admin'
:
'/chronic-admin'
//
'^/chronic-admin': '/chronic-admin'
}
}
},
},
'/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