cb84831e by lihua

修改系统guid

1 parent a7cee0cf
......@@ -32,10 +32,10 @@ export const getSystemMenu = (params, isAdmin = false) => {
isAdmin
? `${
import.meta.env.VITE_APP_AUTH_URL
}/product-menu-permission/tenant/get-product-menu?tenantGuid=${params.tenantGuid}&platformSystemGuid=7f16f697aec111ef8656fa163e60becd`
}/product-menu-permission/tenant/get-product-menu?tenantGuid=${params.tenantGuid}&platformSystemGuid=28c1bc94919d410a85d6d4ce6cbb702f`
: `${
import.meta.env.VITE_APP_AUTH_URL
}/product-menu-permission/staff/get-product-menu-template?platformSystemGuid=7f16f697aec111ef8656fa163e60becd`,
}/product-menu-permission/staff/get-product-menu-template?platformSystemGuid=28c1bc94919d410a85d6d4ce6cbb702f`,
method: "get",
});
};
......
......@@ -32,7 +32,7 @@ const useUserStore = defineStore(
const timer: any = ref(null);
//获取token.
function getToken(data, state) {
data.platformGuid = "7f16f697aec111ef8656fa163e60becd";
data.platformGuid = "28c1bc94919d410a85d6d4ce6cbb702f";
data.userType = 2;
data.appKey = sysConfigStore().getConfig('appKey');
data.validateUri = location.origin == 'http://localhost:9000' ? 'http://localhost:9000/' : location.origin + '/';
......
......@@ -46,4 +46,4 @@ export const commonPageConfig = {
}
/** 通用的系统guid */
export const SystemGuid = '7f16f697aec111ef8656fa163e60becd';
\ No newline at end of file
export const SystemGuid = '28c1bc94919d410a85d6d4ce6cbb702f';
\ No newline at end of file
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!