diff --git a/.env.development b/.env.development index 2207482..35e36e1 100644 --- a/.env.development +++ b/.env.development @@ -11,5 +11,4 @@ VITE_UPLOAD_URL = '/' # app title VITE_APP_TITLE = '' -VITE_PROGRAM_TYPE = '艺体志愿宝' -+ \ No newline at end of file +VITE_PROGRAM_TYPE = '艺体志愿宝' \ No newline at end of file diff --git a/src/components/LeftNav.vue b/src/components/LeftNav.vue index 290f2bf..144c601 100644 --- a/src/components/LeftNav.vue +++ b/src/components/LeftNav.vue @@ -6,19 +6,19 @@ const router = useRouter(); const state = reactive({ options: [ { - title: '省控线', img: 'https://mp-7a4eecb1-2a04-4d36-b050-1c4a78cc31a4.cdn.bspapp.com/images/icons/menu/shengkongxian.png', + title: '省控线', img: 'https://cdn.jsdelivr.net/gh/zwt13703/picx-images-hosting@master/shengkongxian.58huy54ft5.webp', linkUrl: '/scoreControlLine' }, { - title: '测文化', img: 'https://mp-7a4eecb1-2a04-4d36-b050-1c4a78cc31a4.cdn.bspapp.com/images/icons/menu/cewenhua.png', + title: '测文化', img: 'https://cdn.jsdelivr.net/gh/zwt13703/picx-images-hosting@master/cewenhua.4ubf79vdqc.webp', linkUrl: '/school/search' }, { - title: '查位次', img: 'https://mp-7a4eecb1-2a04-4d36-b050-1c4a78cc31a4.cdn.bspapp.com/images/icons/menu/chaweici.png', + title: '查位次', img: 'https://cdn.jsdelivr.net/gh/zwt13703/picx-images-hosting@master/chaweici.3rbpwdznff.webp', linkUrl: '/checkRanking' }, { - title: '算投档', img: 'https://mp-7a4eecb1-2a04-4d36-b050-1c4a78cc31a4.cdn.bspapp.com/images/icons/menu/suantoudang.png', + title: '算投档', img: 'https://cdn.jsdelivr.net/gh/zwt13703/picx-images-hosting@master/suantoudang.8l0ksil260.webp', linkUrl: '/calculateInvestment' }, diff --git a/src/utils/ApiConstant.ts b/src/utils/ApiConstant.ts index acfb930..128a723 100644 --- a/src/utils/ApiConstant.ts +++ b/src/utils/ApiConstant.ts @@ -64,6 +64,7 @@ const Volunteer={ volunteerPage:'/art/volunteer/page', volunteerRecordDel:'/art/volunteer/recordDel',//删除志愿明细 volunteerRecordReplace:'/art/volunteer/replaceVolunteer',//替换志愿明细 + saveFilledVolunteer: '/art/volunteer/saveFilledVolunteer', } const Article={ articlePage: '/mini/article/page',//文章列表 diff --git a/src/views/fillVolunteer/index.vue b/src/views/fillVolunteer/index.vue index 38a018b..ea22ed0 100644 --- a/src/views/fillVolunteer/index.vue +++ b/src/views/fillVolunteer/index.vue @@ -314,17 +314,6 @@ --> - -
-
-
提示
-
- 顺序已变更 - 保存排序 -
-
-
-
@@ -332,6 +321,11 @@
功能
切换
打印
+ + +
+ 保存排序 +
@@ -459,11 +453,12 @@