Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qsh-wc
Project
Project
Details
Activity
Releases
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
honghuiliu
qsh-wc
Commits
901fefa4
Commit
901fefa4
authored
Sep 06, 2022
by
sven
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
27602cc0
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
18 deletions
+1
-18
build.sh
build.sh
+0
-8
build_prod.sh
build_prod.sh
+0
-9
vite.config.js
web/vite.config.js
+1
-1
No files found.
build.sh
deleted
100644 → 0
View file @
27602cc0
#!/bin/sh -l
#cd phone
#npm i
#npm run build
#\cp -rfp dist/* ../dist_phone
cd
server
bee pack
-a
"qsh-wc-test"
-exp
=
".git:.idea:phone:pc"
exs
=
"Dockerfile:build.sh"
\ No newline at end of file
build_prod.sh
deleted
100644 → 0
View file @
27602cc0
#!/bin/sh -l
cd
phone
npm i
npm run build
mv
dist/env/prod.js dist/env.js
\c
p
-rfp
dist/
*
../dist_phone
cd
../
bee pack
-a
"cf_data_monitor_prod"
-exp
=
".git:.idea:phone:pc"
exs
=
"Dockerfile:build.sh"
\ No newline at end of file
web/vite.config.js
View file @
901fefa4
...
...
@@ -44,7 +44,7 @@ export default ({
const
esbuild
=
{}
return
{
base
:
'
./
'
,
// index.html文件所在位置
base
:
'
/admin
'
,
// index.html文件所在位置
root
:
'./'
,
// js导入的资源路径,src
resolve
:
{
alias
,
...
...
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