sunlupeng 1 год назад
Родитель
Сommit
b3af04e0ed
2 измененных файлов с 8 добавлено и 4 удалено
  1. 8 0
      src/api/allApi.js
  2. 0 4
      src/router/index.js

+ 8 - 0
src/api/allApi.js

@@ -24,6 +24,14 @@ export function indexList() {
 }
 
 
+//2024中秋签到
+export function MidAutumnSignIn(query) {
+  return request({
+    url: '/MidAutumn/Activity/signIn',
+    method: 'get',
+    params:query
+  })
+}
 //获取培训上传备注
 export function remarkHtml(query) {
   return request({

+ 0 - 4
src/router/index.js

@@ -116,10 +116,6 @@ const routes = [
       },
     ]
   },
-  {
-    path: '/rechargeAgreement',
-    component: () => import('../views/RechargeAgreement.vue'),
-  },
   {
     path: '/noticeCenter',
     component: () => import('../views/NoticeCenter.vue'),