Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
T
topsun-baoshen-excel
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
何远江
topsun-baoshen-excel
Commits
7a130060
Commit
7a130060
authored
Jun 04, 2025
by
tanghao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
03739da2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
14 deletions
+10
-14
Dockerfile
Dockerfile
+2
-1
vite.config.ts
vite.config.ts
+2
-2
yarn.lock
yarn.lock
+6
-11
No files found.
Dockerfile
View file @
7a130060
FROM
nginx
ENV
baseurl http://192.168.3.151:10000/
MAINTAINER
tanghao@163.com
VOLUME
/tmp
ENV
LANG en_US.UTF-8
...
...
@@ -6,7 +7,7 @@ RUN echo "server { \
listen 80;
\
client_max_body_size 50M;
\
location /api/ {
\
proxy_pass
http://192.168.3.151:10000/
;
\
proxy_pass
$baseurl
;
\
proxy_redirect off;
\
proxy_set_header Host topsun-excel-order;
\
proxy_set_header X-Real-IP
\$
remote_addr;
\
...
...
vite.config.ts
View file @
7a130060
...
...
@@ -15,8 +15,8 @@ export default defineConfig({
server
:
{
proxy
:
{
"/api"
:
{
// target: "http://127.0.0.1:8080
",
target
:
"http://192.168.3.151:10000"
,
target
:
"http://127.0.0.1:8088
"
,
//
target: "http://192.168.3.151:10000",
changeOrigin
:
true
,
rewrite
:
(
path
)
=>
path
.
replace
(
/^
\/
api/
,
""
),
},
...
...
yarn.lock
View file @
7a130060
...
...
@@ -285,10 +285,10 @@
resolved "https://registry.npmmirror.com/@element-plus/icons-vue/-/icons-vue-2.3.1.tgz"
integrity sha512-XxVUZv48RZAd87ucGS48jPf6pKu0yV5UCg9f4FFwtrYxXOwWuVJo6wOvSLKEoMQKjv8GsX/mhP6UsC1lRwbUWg==
"@esbuild/
darwin-arm
64@0.18.20":
"@esbuild/
win32-x
64@0.18.20":
version "0.18.20"
resolved "https://registry.npmmirror.com/@esbuild/
darwin-arm64/-/darwin-arm
64-0.18.20.tgz"
integrity sha512-
bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA
==
resolved "https://registry.npmmirror.com/@esbuild/
win32-x64/-/win32-x
64-0.18.20.tgz"
integrity sha512-
kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ
==
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
version "4.4.0"
...
...
@@ -1479,10 +1479,10 @@ error-ex@^1.3.2:
dependencies:
is-arrayish "^0.2.1"
esbuild-
darwin-arm
64@0.14.54:
esbuild-
windows-
64@0.14.54:
version "0.14.54"
resolved "https://registry.npmmirror.com/esbuild-
darwin-arm64/-/esbuild-darwin-arm
64-0.14.54.tgz"
integrity sha512-
OPafJHD2oUPyvJMrsCvDGkRrVCar5aVyHfWGQzY1dWnzErjrDuSETxwA2HSsyg2jORLY8yBfzc1MIpUkXlctmw
==
resolved "https://registry.npmmirror.com/esbuild-
windows-64/-/esbuild-windows-
64-0.14.54.tgz"
integrity sha512-
AoHTRBUuYwXtZhjXZbA1pGfTo8cJo3vZIcWGLiUcTNgHpJJMC1rVA44ZereBHMJtotyN71S8Qw0npiCIkW96cQ
==
esbuild@^0.14.14:
version "0.14.54"
...
...
@@ -1824,11 +1824,6 @@ fs.realpath@^1.0.0:
resolved "https://registry.npmmirror.com/fs.realpath/-/fs.realpath-1.0.0.tgz"
integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==
fsevents@~2.3.2:
version "2.3.3"
resolved "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz"
integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==
fstream@^1.0.12:
version "1.0.12"
resolved "https://registry.npmmirror.com/fstream/-/fstream-1.0.12.tgz"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment