12345678910111213141516171819202122232425 |
- import Vue from 'vue'
- import {isAuthoritys_jx,getRole,getPermis} from '@/performance/utils/auth'
- // 新绩效系统相关
- Vue.prototype.$1 = 1
- Vue.prototype.$2 = 2
- Vue.prototype.$3 = 3
- Vue.prototype.$4 = 4
- Vue.prototype.$5 = 5
- Vue.prototype.$6 = 6
- Vue.prototype.$7 = 7
- Vue.prototype.$8 = 8
- Vue.prototype.$9 = 9
- Vue.prototype.$10 = 10
- Vue.prototype.$11 = 11
- Vue.prototype.$12 = 12
- Vue.prototype.$13 = 13
- Vue.prototype.$14 = 14
- Vue.prototype.$15 = 15
- Vue.prototype.$16 = 16
- Vue.prototype.$isAuthoritys_jx = isAuthoritys_jx
- Vue.prototype.$getRole = getRole
- Vue.prototype.$getPermis = getPermis
|