修改appkey
Showing
2 changed files
with
3 additions
and
3 deletions
| ... | @@ -32,10 +32,10 @@ export const getSystemMenu = (params, isAdmin = false) => { | ... | @@ -32,10 +32,10 @@ export const getSystemMenu = (params, isAdmin = false) => { |
| 32 | isAdmin | 32 | isAdmin |
| 33 | ? `${ | 33 | ? `${ |
| 34 | import.meta.env.VITE_APP_AUTH_URL | 34 | import.meta.env.VITE_APP_AUTH_URL |
| 35 | }/product-menu-permission/tenant/get-product-menu?tenantGuid=${params.tenantGuid}&platformSystemGuid=28c1bc94919d410a85d6d4ce6cbb702f` | 35 | }/product-menu-permission/tenant/get-product-menu?tenantGuid=${params.tenantGuid}&platformSystemGuid=455a0c2180aa4217b60e859023de0943` |
| 36 | : `${ | 36 | : `${ |
| 37 | import.meta.env.VITE_APP_AUTH_URL | 37 | import.meta.env.VITE_APP_AUTH_URL |
| 38 | }/product-menu-permission/staff/get-product-menu-template?platformSystemGuid=28c1bc94919d410a85d6d4ce6cbb702f&funcPermissionTemplateGuid=${params.roleGuid}`, | 38 | }/product-menu-permission/staff/get-product-menu-template?platformSystemGuid=455a0c2180aa4217b60e859023de0943&funcPermissionTemplateGuid=${params.roleGuid}`, |
| 39 | method: "get", | 39 | method: "get", |
| 40 | }); | 40 | }); |
| 41 | }; | 41 | }; | ... | ... |
-
Please register or sign in to post a comment