demo 去掉 10080 端口

This commit is contained in:
Shao Huan Qing
2021-05-27 09:52:36 +08:00
parent e3d797a4d1
commit dd3df1303d
6 changed files with 8 additions and 8 deletions

View File

@@ -154,7 +154,7 @@ export default {
actionLink () {
return {
link: `http://demo.kuboard.cn:10080`,
link: `http://demo.kuboard.cn`,
text: this.data.actionText
}
},