diff --git a/src/components/DrawerMenu.vue b/src/components/DrawerMenu.vue
new file mode 100644
index 00000000..cf0dcfe9
--- /dev/null
+++ b/src/components/DrawerMenu.vue
@@ -0,0 +1,143 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue
index 1734f75a..a547c012 100644
--- a/src/layout/components/Navbar.vue
+++ b/src/layout/components/Navbar.vue
@@ -1,8 +1,15 @@
-
-
+
+
+
+
+
+
+
@@ -54,9 +62,15 @@ import SizeSelect from '@/components/SizeSelect'
import Search from '@/components/HeaderSearch'
import RuoYiGit from '@/components/SmartPower/Git'
import RuoYiDoc from '@/components/SmartPower/Doc'
+import DrawerMenu from '@/components/DrawerMenu'
import { getIotFileUrl } from "@/utils/hciot"
export default {
+ data() {
+ return {
+ drawerMenuVisible: false
+ }
+ },
components: {
Breadcrumb,
Hamburger,
@@ -64,7 +78,8 @@ export default {
SizeSelect,
Search,
RuoYiGit,
- RuoYiDoc
+ RuoYiDoc,
+ DrawerMenu
},
computed: {
...mapGetters([
@@ -127,6 +142,20 @@ export default {
background: rgba(0, 0, 0, .025)
}
}
+ .drawer-menu-btn{
+ padding: 0 10px;
+ font-size: 20px;
+ line-height: 50px;
+ height: 100%;
+ float: left;
+ cursor: pointer;
+ transition: background .3s;
+ -webkit-tap-highlight-color:transparent;
+
+ &:hover {
+ background: rgba(0, 0, 0, .025)
+ }
+ }
.breadcrumb-container {
float: left;
diff --git a/src/layout/components/Settings/index.vue b/src/layout/components/Settings/index.vue
index 21dd495c..85518196 100644
--- a/src/layout/components/Settings/index.vue
+++ b/src/layout/components/Settings/index.vue
@@ -5,7 +5,7 @@
主题风格设置
-
+
+

@@ -43,12 +43,36 @@
-
+ -->
主题颜色
+
+
+ 主题类
+
+
+
+
+
+
+ 登录页
+
+
+
+
@@ -76,11 +100,16 @@
\ No newline at end of file
diff --git a/src/views/system/ConfigPage.vue b/src/views/system/ConfigPage.vue
new file mode 100644
index 00000000..e2973b80
--- /dev/null
+++ b/src/views/system/ConfigPage.vue
@@ -0,0 +1,128 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 保存
+ 重置
+
+
+
+
+
+
+
+
+
\ No newline at end of file