增加无项目提示,

This commit is contained in:
2021-11-11 16:12:36 +08:00
parent 38066c7a1c
commit 90ddc7c88d
3 changed files with 16 additions and 5 deletions

View File

@@ -21,8 +21,8 @@ export default {
return {
loading: true,
info: {
title: "无数据",
publicTime: "无数据"
title: "加载中...",
publicTime: "加载中..."
}
};
},