Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
jijin
/
dance-pc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
77341d23
authored
2024-04-17 18:27:51 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
22f8642d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
src/viewsPc/components/homeCalendar.vue
src/viewsPc/saiC/index.vue
vite.config.js
src/viewsPc/components/homeCalendar.vue
View file @
77341d2
...
...
@@ -29,12 +29,12 @@ import {getIndexScheduleList} from "@/apiPc/common";
import
{
useRouter
}
from
"vue-router"
;
const
router
=
useRouter
()
const
currentDate
=
ref
(
new
Date
())
const
calendarRange
=
ref
([
dayjs
(
'202
3-07-17'
).
toDate
(),
dayjs
(
'2023
-07-17'
).
toDate
()])
const
calendarRange
=
ref
([
dayjs
(
'202
4-07-17'
).
toDate
(),
dayjs
(
'2024
-07-17'
).
toDate
()])
const
schList
=
ref
([])
const
loading
=
ref
(
false
)
const
query
=
ref
({
// currentDate:dayjs().format('YYYY-MM-DD')
currentDate
:
'202
3
-07-17'
currentDate
:
'202
4
-07-17'
})
getScheduleList
()
function
getScheduleList
()
{
...
...
src/viewsPc/saiC/index.vue
View file @
77341d2
...
...
@@ -87,10 +87,10 @@ const ztxPlanList = ref([])
const
planList
=
ref
([])
const
schList
=
ref
([])
const
loading
=
ref
(
false
)
const
currentDate
=
ref
(
dayjs
(
'202
3
-07-17'
).
toDate
())
const
currentDate
=
ref
(
dayjs
(
'202
4
-07-17'
).
toDate
())
const
query
=
ref
({
// currentDate:dayjs().format('YYYY-MM-DD')
currentDate
:
'202
3
-07-17'
currentDate
:
'202
4
-07-17'
})
getScheduleList
()
...
...
vite.config.js
View file @
77341d2
...
...
@@ -82,8 +82,9 @@ export default defineConfig(({ mode, command }) => {
rewrite
:
(
p
)
=>
p
.
replace
(
/^
\/
dev-api
\/
ztx-webSite/
,
''
)
},
'/dev-api'
:
{
target
:
'http://192.168.1.118:8081/'
,
//
target: 'http://192.168.1.118:8081/',
// target: 'https://dance.itechtop.cn/stage-api',
target
:
'https://wdsfwuxicenter.com/stage-api'
,
changeOrigin
:
true
,
rewrite
:
(
p
)
=>
p
.
replace
(
/^
\/
dev-api/
,
''
)
}
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment