update 优化错误提示信息

This commit is contained in:
2021-04-25 21:08:51 +08:00
parent d540658d6f
commit 61a80142d7

View File

@@ -141,7 +141,7 @@ export default {
this.$refs.content.onLoadContentWindow(key);
} else {
console.warn('地址错误');
console.warn('wrong component path');
}
},