From 5fab21700b6005e8eecf41f05638ecadf3048bbc Mon Sep 17 00:00:00 2001 From: bklLiudl <673013083@qq.com> Date: 星期二, 03 九月 2024 13:14:00 +0800 Subject: [PATCH] 移除过滤文档 --- /dev/null | 10 ---------- .gitignore | 3 ++- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index b1a5d68..f077813 100644 --- a/.gitignore +++ b/.gitignore @@ -361,4 +361,5 @@ .ionide/ # Fody - auto-generated XML schema -FodyWeavers.xsd \ No newline at end of file +FodyWeavers.xsd +/Web/public/config.js diff --git a/Web/public/config.js b/Web/public/config.js deleted file mode 100644 index 0d5d130..0000000 --- a/Web/public/config.js +++ /dev/null @@ -1,10 +0,0 @@ -window.__env__ = { - "VITE_PORT": "8889", - "VITE_OPEN": "false", - "VITE_OPEN_CDN": "false", - "VITE_PUBLIC_PATH": "", - "VITE_DEFAULT_USER": "superadmin", - "VITE_DEFAULT_USER_PASSWORD": "123456", - "VITE_SM_PUBLIC_KEY": "0484C7466D950E120E5ECE5DD85D0C90EAA85081A3A2BD7C57AE6DC822EFCCBD66620C67B0103FC8DD280E36C3B282977B722AAEC3C56518EDCEBAFB72C5A05312", - "VITE_API_URL": "http://localhost:5005" -} \ No newline at end of file -- Gitblit v1.8.0