feat(ui): 新增登录

This commit is contained in:
廖彦棋
2024-03-06 17:54:38 +08:00
parent 5a1a596098
commit ef06f0da98
27 changed files with 287 additions and 21 deletions

View File

@@ -8,6 +8,9 @@ import vueJsx from '@vitejs/plugin-vue-jsx'
export default defineConfig(({ mode }) => {
const { VITE_PROXY_BASE_URL, VITE_TARGET_URL } = loadEnv(mode, process.cwd());
return {
define: {
__AUTH_KEY: "'Admin-Authorization'"
},
plugins: [
vue(),
vueJsx(),