This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
gitadmin
/
tuoheng_gateway_move_20240715
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
修改运营管理中心权限值
pull/74/head
chenjiandong
1 year ago
parent
2ec544c5b2
commit
c3f458fddf
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/main/java/com/tuoheng/gateway/constants/AuthorityConstant.java
+ 1
- 1
src/main/java/com/tuoheng/gateway/constants/AuthorityConstant.java
View File
@@ -8,7 +8,7 @@ public class AuthorityConstant {
/**
* admin 用户权限
*/
public static final String SCOPE_ADMIN = "SCOPE_admin";
public static final String SCOPE_ADMIN = "SCOPE_
tuoheng-
admin";
/**
* dsp 用户权限
Write
Preview
Loading…
Cancel
Save