VUE后台管理系统模板
<<<<<<< HEAD
账号: admin
密码:123456
=======>>>>>>>4d66603022c5b81785bdafc36a6eaac0d70d0aea
Vue3 + Vue Router + Pinia + TypeScript + Element Plus + Naive UI + Axios
src/components
目录下所有组件自动注册assets/icons
即可,使用:assets/icons/svg
即可,使用:>>>>>>>4d66603022c5b81785bdafc36a6eaac0d70d0aea
icones
自动引入,参考链接:https://icones.netlify.app/server: { open: true, https: false, proxy: { '/api': { target: '', // 线上 changeOrigin: true, rewrite: (path: string) => path.replace(/^\/api/, '') } }}
console.log
以及debugger
,打包文件名自动加入timeStamp
防止项目更新缓存export const useGlobalStore = defineStore('global', { persist: { key: '', storage: window.localStorage, paths: [] }, state: () => { return {} }, getters: {}, actions: {}})