Merge branch 'main' of http://8.155.172.147:3001/sion/monisuo
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -56,11 +56,6 @@ Thumbs.db
|
|||||||
# Local config
|
# Local config
|
||||||
*.local
|
*.local
|
||||||
application-local.yml
|
application-local.yml
|
||||||
.env
|
|
||||||
.env.local
|
|
||||||
.env.development
|
|
||||||
.env.test
|
|
||||||
.env.production
|
|
||||||
|
|
||||||
# Editor files
|
# Editor files
|
||||||
*.suo
|
*.suo
|
||||||
@@ -69,4 +64,5 @@ application-local.yml
|
|||||||
*.sln
|
*.sln
|
||||||
*.sw?
|
*.sw?
|
||||||
|
|
||||||
|
# Build stats
|
||||||
stats.html
|
stats.html
|
||||||
|
|||||||
4
monisuo-admin/.env
Normal file
4
monisuo-admin/.env
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# Monisuo Admin API
|
||||||
|
VITE_SERVER_API_URL=/api
|
||||||
|
VITE_SERVER_API_PREFIX=
|
||||||
|
VITE_SERVER_API_TIMEOUT=10000
|
||||||
@@ -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
|
|
||||||
35
monisuo-admin/.gitignore
vendored
35
monisuo-admin/.gitignore
vendored
@@ -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
|
|
||||||
@@ -118,7 +118,7 @@ function formatPrice(price: number): string {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- PC端表格 -->
|
<!-- PC端表格 -->
|
||||||
<UiCard class="hidden md:block overflow-x-auto p-4"">
|
<UiCard class="hidden md:block overflow-x-auto p-4">
|
||||||
<UiTable>
|
<UiTable>
|
||||||
<UiTableHeader>
|
<UiTableHeader>
|
||||||
<UiTableRow>
|
<UiTableRow>
|
||||||
|
|||||||
@@ -143,7 +143,7 @@ function getStatusText(status: number): string {
|
|||||||
<!-- 待审批订单 -->
|
<!-- 待审批订单 -->
|
||||||
<UiTabsContent value="pending" class="space-y-4">
|
<UiTabsContent value="pending" class="space-y-4">
|
||||||
<!-- PC端表格 -->
|
<!-- PC端表格 -->
|
||||||
<UiCard class="hidden md:block overflow-x-auto p-4"">
|
<UiCard class="hidden md:block overflow-x-auto p-4">
|
||||||
<UiTable>
|
<UiTable>
|
||||||
<UiTableHeader>
|
<UiTableHeader>
|
||||||
<UiTableRow>
|
<UiTableRow>
|
||||||
@@ -317,7 +317,7 @@ function getStatusText(status: number): string {
|
|||||||
</UiCard>
|
</UiCard>
|
||||||
|
|
||||||
<!-- PC端表格 -->
|
<!-- PC端表格 -->
|
||||||
<UiCard class="hidden md:block overflow-x-auto p-4"">
|
<UiCard class="hidden md:block overflow-x-auto p-4">
|
||||||
<UiTable>
|
<UiTable>
|
||||||
<UiTableHeader>
|
<UiTableHeader>
|
||||||
<UiTableRow>
|
<UiTableRow>
|
||||||
|
|||||||
Reference in New Issue
Block a user