修改系统guid
Showing
3 changed files
with
4 additions
and
4 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=7f16f697aec111ef8656fa163e60becd` | 35 | }/product-menu-permission/tenant/get-product-menu?tenantGuid=${params.tenantGuid}&platformSystemGuid=28c1bc94919d410a85d6d4ce6cbb702f` |
| 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=7f16f697aec111ef8656fa163e60becd`, | 38 | }/product-menu-permission/staff/get-product-menu-template?platformSystemGuid=28c1bc94919d410a85d6d4ce6cbb702f`, |
| 39 | method: "get", | 39 | method: "get", |
| 40 | }); | 40 | }); |
| 41 | }; | 41 | }; | ... | ... |
| ... | @@ -32,7 +32,7 @@ const useUserStore = defineStore( | ... | @@ -32,7 +32,7 @@ const useUserStore = defineStore( |
| 32 | const timer: any = ref(null); | 32 | const timer: any = ref(null); |
| 33 | //获取token. | 33 | //获取token. |
| 34 | function getToken(data, state) { | 34 | function getToken(data, state) { |
| 35 | data.platformGuid = "7f16f697aec111ef8656fa163e60becd"; | 35 | data.platformGuid = "28c1bc94919d410a85d6d4ce6cbb702f"; |
| 36 | data.userType = 2; | 36 | data.userType = 2; |
| 37 | data.appKey = sysConfigStore().getConfig('appKey'); | 37 | data.appKey = sysConfigStore().getConfig('appKey'); |
| 38 | data.validateUri = location.origin == 'http://localhost:9000' ? 'http://localhost:9000/' : location.origin + '/'; | 38 | data.validateUri = location.origin == 'http://localhost:9000' ? 'http://localhost:9000/' : location.origin + '/'; | ... | ... |
| ... | @@ -46,4 +46,4 @@ export const commonPageConfig = { | ... | @@ -46,4 +46,4 @@ export const commonPageConfig = { |
| 46 | } | 46 | } |
| 47 | 47 | ||
| 48 | /** 通用的系统guid */ | 48 | /** 通用的系统guid */ |
| 49 | export const SystemGuid = '7f16f697aec111ef8656fa163e60becd'; | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 49 | export const SystemGuid = '28c1bc94919d410a85d6d4ce6cbb702f'; | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment