Browse Source

修复 VITE_GLOB_APP_TITLE 带 . 导致报错的问题

张甜 4 years ago
parent
commit
c15423cb82
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Vben2/.env

+ 2 - 2
Vben2/.env

@@ -2,7 +2,7 @@
 VITE_PORT = 3100
 VITE_PORT = 3100
 
 
 # spa-title
 # spa-title
-VITE_GLOB_APP_TITLE = Admin.NET
+VITE_GLOB_APP_TITLE = Admin_NET
 
 
 # spa shortname
 # spa shortname
-VITE_GLOB_APP_SHORT_NAME = Admin.NET
+VITE_GLOB_APP_SHORT_NAME = Admin_NET