yc-ui2 0.1.1-beta07 → 0.1.1-beta08

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-beta08",
4
4
  "private": false,
5
5
  "description": "湖南优创UI组件库",
6
6
  "main": "dist/yc-ui2.umd.min.js",
@@ -3,14 +3,6 @@ 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
7
  {
16
8
  path: "/question",