|
|
@@ -8,7 +8,8 @@ import './error'; // 日志
|
|
|
import './cache'; //页面缓存
|
|
|
import store from './store';
|
|
|
import {
|
|
|
- loadStyle
|
|
|
+ loadStyle,
|
|
|
+ verifyTags
|
|
|
} from './util/util'
|
|
|
import * as urls from '@/config/env';
|
|
|
import Element from 'element-ui';
|
|
|
@@ -204,6 +205,8 @@ Vue.prototype.onLock = onLock;
|
|
|
Vue.prototype.unLock = unLock;
|
|
|
Vue.prototype.checkLocks = checkLocks;
|
|
|
Vue.prototype.inLocks =inLocks
|
|
|
+//检验标签是否重复
|
|
|
+Vue.prototype.verifyTags=verifyTags
|
|
|
new Vue({
|
|
|
router,
|
|
|
store,
|