Browse Source

添加路由base

1711193168@qq.com 5 years ago
parent
commit
3bf793fe4c
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/route/index.js

+ 3 - 2
src/route/index.js

@@ -1,8 +1,8 @@
 /*
  * @Author: WangQiBiao
  * @Date: 2019-09-18 09:37:48
- * @LastEditors: WangQiBiao
- * @LastEditTime: 2019-10-08 16:28:07
+ * @LastEditors: mozhuangru
+ * @LastEditTime: 2019-10-11 18:27:44
  * @Description:
  */
 import Vue from 'vue'
@@ -15,6 +15,7 @@ Vue.use(Router)
 
 const router = new Router({
   mode: 'history',
+  base: '/DataScreen/',
   routes: [
     ...whiteList
   ]