perf: update

This commit is contained in:
花裤衩 2020-06-11 20:22:13 +08:00
parent ec141648c7
commit 5fa21f2f00
3 changed files with 3 additions and 4 deletions

View File

@ -5,7 +5,7 @@
"author": "Pan <panfree23@gmail.com>",
"license": "MIT",
"scripts": {
"dev": "vue-cli-service serve --open",
"dev": "vue-cli-service serve",
"build:prod": "vue-cli-service build",
"build:stage": "vue-cli-service build --mode staging",
"preview": "node build/index.js --preview",
@ -59,7 +59,6 @@
"nprogress": "0.2.0",
"path-to-regexp": "2.4.0",
"screenfull": "4.2.0",
"showdown": "1.9.1",
"sortablejs": "1.8.4",
"tui-editor": "1.3.3",
"vue": "2.6.10",

View File

@ -45,7 +45,7 @@ export const constantRoutes = [
hidden: true,
children: [
{
path: '/redirect/:path(.*)',
path: '/redirect/:path*',
component: () => import('@/views/redirect/index')
}
]

View File

@ -31,7 +31,7 @@ module.exports = {
productionSourceMap: false,
devServer: {
port: port,
open: false,
open: true,
overlay: {
warnings: false,
errors: true