操作
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
import toast from '@/components/toast'
|
import toast from '@/components/toast'
|
||||||
import alert from '@/components/alert'
|
import alert from '@/components/alert'
|
||||||
import loading from '@/components/loading'
|
import loading from '@/components/loading'
|
||||||
// import { isOperateFun } from '@/config/isOperate.js'
|
import { isOperateFun } from '@/config/isOperate.js'
|
||||||
|
|
||||||
import { mapGetters } from 'vuex'
|
import { mapGetters } from 'vuex'
|
||||||
export default {
|
export default {
|
||||||
@@ -34,7 +34,7 @@ export default {
|
|||||||
...mapGetters(['showToast', 'showAlert', 'loading', 'keepAlive'])
|
...mapGetters(['showToast', 'showAlert', 'loading', 'keepAlive'])
|
||||||
},
|
},
|
||||||
created () {
|
created () {
|
||||||
// isOperateFun()
|
isOperateFun()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user