golbalConfig.js 121 B

12345678
  1. export default {
  2. computed: {
  3. //插件是否存在
  4. addonIsExit() {
  5. return this.$store.state.addonIsExit
  6. },
  7. }
  8. }