Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
柳 佳乐
pacePerfect-CameraConsole
Commits
c696cc7d
Commit
c696cc7d
authored
Aug 06, 2025
by
柳 佳乐
Browse files
修复选择患者标签页bug
parent
41b720d2
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/components/booking.vue
View file @
c696cc7d
...
...
@@ -47,7 +47,7 @@ export default {
},
data
()
{
return
{
activeTab
:
'
nonAppointment
Form
'
,
activeTab
:
'
nonAppointment
'
,
selectedRows
:
null
,
nonAppointmentForm
:
{},
formRules
:
{
...
...
src/utils/url.js
View file @
c696cc7d
export
const
baseURL
=
'
/api
'
export
const
baseURLConsole1
=
'
192.168.0.102:8000
'
export
const
baseURLConsole2
=
'
192.168.0.106:8000
'
\ No newline at end of file
export
const
baseURL
=
'
/api
'
//预约列表
export
const
baseURLConsole1
=
'
192.168.0.102:8000
'
//双目相机和动态相机
export
const
baseURLConsole2
=
'
192.168.0.106:8000
'
//静态相机和身高体重秤
\ No newline at end of file
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