Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
55ed3b45
Commit
55ed3b45
authored
Dec 14, 2022
by
季圣华
Browse files
去掉单页签模式
parent
224cfce9
Changes
2
Show whitespace changes
Inline
Side-by-side
jshERP-web/src/components/page/GlobalHeader.vue
View file @
55ed3b45
...
...
@@ -11,11 +11,6 @@
class=
"trigger"
:type=
"collapsed ? 'menu-fold' : 'menu-unfold'"
@
click=
"toggle"
></a-icon>
<a-icon
v-else
class=
"trigger"
:type=
"collapsed ? 'menu-unfold' : 'menu-fold'"
@
click=
"toggle"
/>
<span
v-if=
"device === 'desktop'"
></span>
<span
v-else
>
{{
systemTitle
}}
</span>
...
...
jshERP-web/src/components/setting/SettingDrawer.vue
View file @
55ed3b45
...
...
@@ -93,12 +93,6 @@
<div
slot=
"title"
>
色弱模式
</div>
</a-list-item-meta>
</a-list-item>
<a-list-item>
<a-switch
slot=
"actions"
size=
"small"
:defaultChecked=
"multipage"
@
change=
"onMultipageWeak"
/>
<a-list-item-meta>
<div
slot=
"title"
>
多页签模式
</div>
</a-list-item-meta>
</a-list-item>
</a-list>
</div>
</div>
...
...
Write
Preview
Supports
Markdown
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