Merge branch 'master' into dev2

This commit is contained in:
mysper 2021-01-20 00:07:33 +08:00
commit 6032749838
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build && mv ./dist/2021/* ./dist && rm -rf 2021 && mv ./dist/app.html ./dist/index.html",
"build": "vue-cli-service build && mv ./dist/2021/* ./dist && rm -rf 2021 && cp ./dist/app.html ./dist/index.html",
"lint": "vue-cli-service lint"
},
"dependencies": {

View File

@ -10,7 +10,7 @@ export const routes: RouteConfig[] = [
{
path: '/',
name: 'Home',
component: CFP,
redirect: '/cfp',
meta: {
index: 0,
label: 'SITCON 2021',