@@ -13,7 +13,7 @@ steps:
- ./node_modules
- name: build
- image: node:16.14
+ image: node:16.15
commands:
- npm config set registry https://registry.npm.taobao.org
- npm install
@@ -1 +1,2 @@
-/node_modules
+/node_modules
+/dist
@@ -6,6 +6,7 @@ Vue.use(Router)
import Layout from '@/layout'
export const constantRoutes = [
+ { path: '/', redirect: '/power-change-monitoring'},
{
path: '/redirect',
component: Layout,