Skip to content

Commit 31587ae

Browse files
author
allen
committed
chore: 移除无用代码
1 parent 5e96851 commit 31587ae

File tree

4 files changed

+3
-13
lines changed

4 files changed

+3
-13
lines changed

.env.beta

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
2-
NODE_ENV=beta
3-
4-
VITE_API_BASE_URL="https://m.betaapi.xxx.com"
1+
VITE_API_BASE_URL="https://m.betaapi.xxx.com"

.env.dev

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
2-
NODE_ENV=dev
3-
4-
VITE_API_BASE_URL="https://m.devapi.xxx.com"
1+
VITE_API_BASE_URL="https://m.devapi.xxx.com"

.env.prod

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
2-
NODE_ENV=prod
3-
4-
VITE_API_BASE_URL="https://m.api.xxx.com"
1+
VITE_API_BASE_URL="https://m.api.xxx.com"

unocss.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ export function createConfig() {
1919
baseFontSize: 4,
2020
}) as Preset,
2121
],
22-
include: [/\.vue$/, /pages.json$/],
2322
})
2423
}
2524

0 commit comments

Comments
 (0)