瀏覽代碼

Merge branch 'cpq-dev' of wangfan/adweb3-web into master

chenpeiqing 4 月之前
父節點
當前提交
58876c0bd9

+ 9 - 0
src/layouts/default/header/components/notify/index.vue

@@ -150,6 +150,15 @@
             duration: 10,
           });
         }
+
+        if (data.cmd === 'create_site') {
+          notification.info({
+            message: `站点创建完成通知`,
+            icon: () => h(SmileOutlined, { style: 'color: #108ee9' }),
+            description: `${data.msgTxt}`,
+            duration: 20,
+          });
+        }
       }
 
       // 清空消息

+ 1 - 1
src/views/adweb/theme/components/AdwebCreateSite.vue

@@ -60,7 +60,7 @@
     </template>
 
     <template v-if="showResult">
-      <a-result status="success" title="站点创建完成!" />
+      <a-result status="success" title="您已经申请创建站点,请等待通知完成!" />
     </template>
   </a-modal>
 </template>