This commit is contained in:
2026-03-22 20:33:50 +08:00
6 changed files with 8 additions and 48 deletions

6
.gitignore vendored
View File

@@ -56,11 +56,6 @@ Thumbs.db
# Local config
*.local
application-local.yml
.env
.env.local
.env.development
.env.test
.env.production
# Editor files
*.suo
@@ -69,4 +64,5 @@ application-local.yml
*.sln
*.sw?
# Build stats
stats.html

4
monisuo-admin/.env Normal file
View File

@@ -0,0 +1,4 @@
# Monisuo Admin API
VITE_SERVER_API_URL=/api
VITE_SERVER_API_PREFIX=
VITE_SERVER_API_TIMEOUT=10000

View File

@@ -1,5 +0,0 @@
# This is api base url
# VITE_API_BASE_URL=https://api.example.com
VITE_SERVER_API_URL=http://localhost:3000
VITE_SERVER_API_PREFIX=/api
VITE_SERVER_API_TIMEOUT=5000

View File

@@ -1,35 +0,0 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
dist
dist-ssr
*.local
stats.html
# Editor directories and files
.vscode/*
!.vscode/extensions.json
!.vscode/settings.json
!.vscode/mcp.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
.env
.env.local
.env.development
.env.test
.env.production

View File

@@ -118,7 +118,7 @@ function formatPrice(price: number): string {
</div>
<!-- PC端表格 -->
<UiCard class="hidden md:block overflow-x-auto p-4"">
<UiCard class="hidden md:block overflow-x-auto p-4">
<UiTable>
<UiTableHeader>
<UiTableRow>

View File

@@ -143,7 +143,7 @@ function getStatusText(status: number): string {
<!-- 待审批订单 -->
<UiTabsContent value="pending" class="space-y-4">
<!-- PC端表格 -->
<UiCard class="hidden md:block overflow-x-auto p-4"">
<UiCard class="hidden md:block overflow-x-auto p-4">
<UiTable>
<UiTableHeader>
<UiTableRow>
@@ -317,7 +317,7 @@ function getStatusText(status: number): string {
</UiCard>
<!-- PC端表格 -->
<UiCard class="hidden md:block overflow-x-auto p-4"">
<UiCard class="hidden md:block overflow-x-auto p-4">
<UiTable>
<UiTableHeader>
<UiTableRow>