浏览代码

fix route

1711193168@qq.com 5 年之前
父节点
当前提交
2e96fd468c
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/route/index.js

+ 2 - 2
src/route/index.js

@@ -2,7 +2,7 @@
  * @Author: WangQiBiao
  * @Date: 2019-09-18 09:37:48
  * @LastEditors: mozhuangru
- * @LastEditTime: 2019-10-11 18:27:44
+ * @LastEditTime: 2019-10-12 09:42:02
  * @Description:
  */
 import Vue from 'vue'
@@ -14,7 +14,7 @@ import store from '@/store'
 Vue.use(Router)
 
 const router = new Router({
-  mode: 'history',
+  // mode: 'history',
   base: '/DataScreen/',
   routes: [
     ...whiteList