performanceSet.js 594 B

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