Browse Source

Merge branch 'iteration-large-version' into jenkins

lex 1 year ago
parent
commit
2f05be2b47
2 changed files with 2 additions and 2 deletions
  1. 1 1
      public/version.json
  2. 1 1
      src/router/routes/index.ts

+ 1 - 1
public/version.json

@@ -1 +1 @@
-{"version":1705907790105}
+{ "version": 1705907790105 }

+ 1 - 1
src/router/routes/index.ts

@@ -87,7 +87,7 @@ export const constantRoutes: RouteRecordRaw[] = [
         name: 'afterWorkDetail',
         component: () => import('@/views/classList/components/afterWorkDetail'),
         meta: {
-          title: '评测详情',
+          title: '作业详情',
           singleLayout: 'blank'
         }
       },