@@ -10,6 +10,7 @@
export default {
name: 'App',
created () {
+ console.log('我是子应用------------------------------------');
// 恢复主题
this.$store.dispatch('theme/recoverTheme');
},