|
@@ -1,8 +1,8 @@
|
|
/*
|
|
/*
|
|
* @Author: WangQiBiao
|
|
* @Author: WangQiBiao
|
|
* @Date: 2019-09-18 09:37:48
|
|
* @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:
|
|
* @Description:
|
|
*/
|
|
*/
|
|
import Vue from 'vue'
|
|
import Vue from 'vue'
|
|
@@ -15,6 +15,7 @@ Vue.use(Router)
|
|
|
|
|
|
const router = new Router({
|
|
const router = new Router({
|
|
mode: 'history',
|
|
mode: 'history',
|
|
|
|
+ base: '/DataScreen/',
|
|
routes: [
|
|
routes: [
|
|
...whiteList
|
|
...whiteList
|
|
]
|
|
]
|