bding 1 年之前
父節點
當前提交
ded1a657ff
共有 2 個文件被更改,包括 2 次插入4 次删除
  1. 1 2
      src/views/cygx/internalDetials.vue
  2. 1 2
      src/views/cygx/raiReportDtl.vue

+ 1 - 2
src/views/cygx/internalDetials.vue

@@ -82,8 +82,7 @@ const handleLinkClick = (event) => {
 
 const pleaseGoLogin = () => {
   Dialog.alert({
-    title: "标题",
-    message: "代码是写出来给人看的,附带能在机器上运行。",
+    message: "即将前往登录页面,请确认是否继续",
     showCancelButton: true,
     confirmButtonColor: "#3385ff",
   }).then((res) => {

+ 1 - 2
src/views/cygx/raiReportDtl.vue

@@ -437,8 +437,7 @@ const lookDeeperReport = () => {
 };
 const pleaseGoLogin = () => {
   Dialog.alert({
-    title: "标题",
-    message: "代码是写出来给人看的,附带能在机器上运行。",
+    message: "即将前往登录页面,请确认是否继续",
     showCancelButton: true,
     confirmButtonColor: "#3385ff",
   }).then((res) => {