浏览代码

首页改为“我的任务”

LLL 1 年之前
父节点
当前提交
3737be26c0

+ 1 - 1
itdmServer/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/system/entity/SysPermission.java

@@ -167,7 +167,7 @@ public class SysPermission implements Serializable {
     public SysPermission(boolean index) {
     	if(index) {
     		this.id = "9502685863ab87f0ad1134142788a385";
-        	this.name="首页";
+        	this.name="我的任务";
         	this.component="dashboard/Analysis";
         	this.componentName="dashboard-analysis";
         	this.url="/dashboard/analysis";