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
32b96cb8
authored
2025-12-17 09:13:03 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改appkey
1 parent
0d6dad88
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
public/config.json
src/api/modules/queryService.ts
public/config.json
View file @
32b96cb
{
"appKey"
:
"6
72c2c38e4b0cac8732a6106
"
"appKey"
:
"6
93bddb0e4b0f359c26d424f
"
}
...
...
src/api/modules/queryService.ts
View file @
32b96cb
...
...
@@ -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
=
28
c1bc94919d410a85d6d4ce6cbb702f
`
}
/product-menu-permission/
tenant
/
get
-
product
-
menu
?
tenantGuid
=
$
{
params
.
tenantGuid
}
&
platformSystemGuid
=
455
a0c2180aa4217b60e859023de0943
`
: `
$
{
import
.
meta
.
env
.
VITE_APP_AUTH_URL
}
/product-menu-permission/
staff
/
get
-
product
-
menu
-
template
?
platformSystemGuid
=
28
c1bc94919d410a85d6d4ce6cbb702f
&
funcPermissionTemplateGuid
=
$
{
params
.
roleGuid
}
`,
}
/product-menu-permission/
staff
/
get
-
product
-
menu
-
template
?
platformSystemGuid
=
455
a0c2180aa4217b60e859023de0943
&
funcPermissionTemplateGuid
=
$
{
params
.
roleGuid
}
`,
method: "get",
});
};
...
...
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