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