diff --git a/.env.development b/.env.development index af9ba00..7ef0d37 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ # 页面标题 -VITE_APP_TITLE = 若依管理系统 +VITE_APP_TITLE = 区间测速 # 开发环境配置 VITE_APP_ENV = 'development' diff --git a/.env.production b/.env.production index cbabf89..bc68043 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ # 页面标题 -VITE_APP_TITLE = 若依管理系统 +VITE_APP_TITLE = 区间测速 # 生产环境配置 VITE_APP_ENV = 'production' diff --git a/.gitignore b/.gitignore index 78a752d..9830310 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ .DS_Store node_modules/ dist/ +.history/ npm-debug.log* yarn-debug.log* yarn-error.log* @@ -8,6 +9,7 @@ yarn-error.log* tests/**/coverage/ tests/e2e/reports + selenium-debug.log # Editor directories and files @@ -19,5 +21,6 @@ selenium-debug.log *.sln *.local + package-lock.json yarn.lock diff --git a/index.html b/index.html index d20d02e..19187b4 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ - 若依管理系统 + 区间测速 - diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index cab43c5..be2b36f 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -1,21 +1,46 @@