@@ -56,6 +61,13 @@
oldValue: null
};
},
+ computed: {
+ // 只在 articleDetailEditor 路由下显示复制图标
+ isArticleDetailEditor() {
+ console.log(this.$route);
+ return this.$route && this.$route.path === '/articleDetailEditor';
+ }
+ },
watch: {
value: {
handler(newVal) {
diff --git a/src/components/page/mailboxCollect.vue b/src/components/page/mailboxCollect.vue
index 8775138..5bd7295 100644
--- a/src/components/page/mailboxCollect.vue
+++ b/src/components/page/mailboxCollect.vue
@@ -16,10 +16,10 @@
{{ $t('mailboxCollect.inboxTab') }}
{{ queryIn.num }}
-
@@ -116,10 +116,10 @@
@@ -323,6 +323,8 @@ export default {
const hasAccount = this.selectedAccount || this.$route.query.j_email_id;
if (hasAccount) {
done();
+ }else{
+ this.$message.error(this.$t('mailboxCollect.selectAccountTip'));
}
// 没选账号时不允许关闭
},
diff --git a/src/components/page/mailboxMould.vue b/src/components/page/mailboxMould.vue
index 115b926..3f783f7 100644
--- a/src/components/page/mailboxMould.vue
+++ b/src/components/page/mailboxMould.vue
@@ -1,96 +1,129 @@
-
{{ $t('mailboxMould.title') }}
-
{{ $t('mailboxMould.subtitle') }}
-