Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
BI管理后台
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘春
BI管理后台
Commits
da37d9e5
Commit
da37d9e5
authored
Jul 29, 2025
by
刘春
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://60.216.109.204:8082/liuchun/bi-web
parents
ce63dca2
166ce22c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
index.vue
src/views/theme/index.vue
+2
-2
No files found.
src/views/theme/index.vue
View file @
da37d9e5
...
@@ -253,7 +253,7 @@
...
@@ -253,7 +253,7 @@
// 移动端保存配置
// 移动端保存配置
const
handleSaveByMobile
=
async
()
=>
{
const
handleSaveByMobile
=
async
()
=>
{
console
.
log
(
mobileTreeRef
.
value
.
getCheckedKeys
(
true
));
console
.
log
(
mobileTreeRef
.
value
.
getCheckedKeys
(
true
));
let
menuIds
=
mobileTreeRef
.
value
.
getCheckedKeys
(
tru
e
);
let
menuIds
=
mobileTreeRef
.
value
.
getCheckedKeys
(
fals
e
);
let
params
=
{
let
params
=
{
themeId
:
themeData
.
value
.
themeId
,
themeId
:
themeData
.
value
.
themeId
,
menuType
:
1
,
menuType
:
1
,
...
@@ -269,7 +269,7 @@
...
@@ -269,7 +269,7 @@
// web端保存配置
// web端保存配置
const
handleSaveByWeb
=
async
()
=>
{
const
handleSaveByWeb
=
async
()
=>
{
let
menuIds
=
webTreeRef
.
value
.
getCheckedKeys
(
tru
e
);
let
menuIds
=
webTreeRef
.
value
.
getCheckedKeys
(
fals
e
);
let
params
=
{
let
params
=
{
themeId
:
themeData
.
value
.
themeId
,
themeId
:
themeData
.
value
.
themeId
,
menuType
:
0
,
menuType
:
0
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment