Commit 70170e57 by zhiwj

修改bug

parent a49b2c6c
......@@ -67,16 +67,16 @@ public interface Constants {
/**
* 审批的url
*/
String TODO_ITEM_AUDIT_URL = "/damo-system/user/approve";
String TODO_ITEM_AUDIT_URL = "damo-system/user/approve";
/**
* 商户余额欠费
*/
String TODO_ITEM_ACCOUNT_BALANCE_URL = "/billing-center/recharge";
String TODO_ITEM_ACCOUNT_BALANCE_URL = "billing-center/recharge";
/**
* 门店分组
*/
String TODO_ITEM_STORE_GROUP_URL = "/damo-store/shop-management/shop-group-management";
String TODO_ITEM_STORE_GROUP_URL = "damo-store/shop-management/shop-group-management";
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment