mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-25 02:40:16 +08:00
perf: 优化发布的提示文案
This commit is contained in:
parent
509bd5fc71
commit
be3fd7ddf6
@ -58,7 +58,7 @@ const previewHandle = () => {
|
|||||||
// 发布
|
// 发布
|
||||||
const sendHandle = () => {
|
const sendHandle = () => {
|
||||||
goDialog({
|
goDialog({
|
||||||
message: '想体验发布功能,请前往 master-fetch 分支查看: https://demo.mtruning.club/#/login',
|
message: '想体验发布功能,请前往查看: https://demo.mtruning.club/#/login。源码需切换到:master-fetch 分支。',
|
||||||
positiveText: '了然',
|
positiveText: '了然',
|
||||||
closeNegativeText: true,
|
closeNegativeText: true,
|
||||||
onPositiveCallback: () => {}
|
onPositiveCallback: () => {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user