首先在代码中引入use-element-plus-theme并设置默认的主题色: 代码语言:javascript 复制 import{useStorage}from'@vueuse/core';import{useElementPlusTheme}from'use-element-plus-theme';constlayoutThemeColor=useStorage('layout-theme-color','#243db9');// 默认主题色const{changeTheme}=useElementPlusTheme(lay...
vue3中台项目模版,配置了通用组件(面包屑、标签导航、侧边栏(权限菜单)、自定义icon(Svg Sprite 图标)、拖拽看板 、路由检索)和通用功能(主题切换 (基于element-plus) 、Screenfull全屏 、 图片上传 、登陆注册(jwt)、权限控制(系统管理:用户管理、角色管理、菜
MybatisPlus Mysql 前端技术栈: Vue Vue-router axios element-ui html 三、环境介绍 基础环境 :IDEA/eclipse, JDK1.8, Mysql5.7及以上,Maven3.6, node14 所有项目以及源代码本人均调试运行无问题 可支持远程调试运行 四、页面截图 1、用户 2、摄影师: 3、管理员: 五、浏览地址 前台访问地址:http://localhost...
首先在代码中引入use-element-plus-theme并设置默认的主题色: import{useStorage}from'@vueuse/core';import{useElementPlusTheme}from'use-element-plus-theme';constlayoutThemeColor=useStorage('layout-theme-color','#243db9');// 默认主题色const{changeTheme}=useElementPlusTheme(layoutThemeColor.value);//...