Skip to content

Commit b7fe2c7

Browse files
committed
feat(login roles): 登录权限管理结合动态路由
1 parent 9ccfd77 commit b7fe2c7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+3471
-207
lines changed

.env.development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
env = 'development'
22
VITE_MODE_NAME=development
3-
VITE_APP_BASE_API =http://123.207.32.32:8000/
3+
VITE_APP_BASE_API ='/api'
44
VITE_APP_ID=123456
55
VITE_AGENT_ID=123456
66
VITE_LOGIN_TEST=true

auto-imports.d.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
// Generated by 'unplugin-auto-import'
22
// We suggest you to commit this file into source control
3-
declare global {
4-
5-
}
3+
declare global {}
64
export {}

index.html

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
<!--
2-
* @Descripttion:
3-
* @version:
4-
* @Author: wenlan
5-
* @Date: 2022-01-13 15:26:43
6-
* @LastEditors: wenlan
7-
* @LastEditTime: 2022-01-15 16:51:49
8-
-->
91
<!DOCTYPE html>
102
<html lang="en">
113
<head>

0 commit comments

Comments
 (0)