统一SERVERAPI
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -8,7 +8,7 @@ import SERVER from './config' | ... | @@ -8,7 +8,7 @@ import SERVER from './config' |
8 | // } | 8 | // } |
9 | export function getMenuInfo () { | 9 | export function getMenuInfo () { |
10 | return request({ | 10 | return request({ |
11 | url: SERVER.SERVERCAI + '/rest/user/getUserAuthorizationMenus', | 11 | url: SERVER.SERVERAPI + '/rest/user/getUserAuthorizationMenus', |
12 | method: 'get', | 12 | method: 'get', |
13 | }) | 13 | }) |
14 | } | 14 | } |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment