yc-ui2 0.1.1-beta07 → 0.1.1-beta09

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yc-ui2",
3
- "version": "0.1.1-beta07",
3
+ "version": "0.1.1-beta09",
4
4
  "private": false,
5
5
  "description": "湖南优创UI组件库",
6
6
  "main": "dist/yc-ui2.umd.min.js",
@@ -3,20 +3,7 @@ import VueRouter from "vue-router"
3
3
 
4
4
  Vue.use(VueRouter)
5
5
 
6
- if(!window.whiteList) {
7
- window.whiteList = []
8
- }
9
- if(!window.whiteList.includes('/question')) {
10
- window.whiteList.push('/question')
11
- }
12
- console.log(window.whiteList)
13
-
14
6
  const routes = [
15
- {
16
- path: "/question",
17
- component: (resolve) => require(['@/components/YcCustomerService/question'], resolve),
18
- hidden: true,
19
- },
20
7
  ]
21
8
 
22
9
  const router = new VueRouter({