Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
fe-data-trusted-space
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
cb84831e
authored
2025-11-26 09:23:33 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改系统guid
1 parent
a7cee0cf
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
src/api/modules/queryService.ts
src/store/modules/user.ts
src/utils/enum.ts
src/api/modules/queryService.ts
View file @
cb84831
...
...
@@ -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
=
7
f16f697aec111ef8656fa163e60becd
`
}
/product-menu-permission/
tenant
/
get
-
product
-
menu
?
tenantGuid
=
$
{
params
.
tenantGuid
}
&
platformSystemGuid
=
28
c1bc94919d410a85d6d4ce6cbb702f
`
: `
$
{
import
.
meta
.
env
.
VITE_APP_AUTH_URL
}
/product-menu-permission/
staff
/
get
-
product
-
menu
-
template
?
platformSystemGuid
=
7
f16f697aec111ef8656fa163e60becd
`,
}
/product-menu-permission/
staff
/
get
-
product
-
menu
-
template
?
platformSystemGuid
=
28
c1bc94919d410a85d6d4ce6cbb702f
`,
method: "get",
});
};
...
...
src/store/modules/user.ts
View file @
cb84831
...
...
@@ -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
+
'/'
;
...
...
src/utils/enum.ts
View file @
cb84831
...
...
@@ -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
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment