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
fa0262a3
Commit
fa0262a3
authored
Sep 06, 2022
by
mahui
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
86f286b6
0ad52c4f
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
5 additions
and
20 deletions
+5
-20
build.sh
build.sh
+0
-8
build_prod.sh
build_prod.sh
+0
-9
.gitignore
server/dist_pc/.gitignore
+1
-1
.gitignore
server/dist_phone/.gitignore
+1
-1
.gitignore
server/dist_web/.gitignore
+2
-0
vite.config.js
web/vite.config.js
+1
-1
No files found.
build.sh
deleted
100644 → 0
View file @
86f286b6
#!/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 @
86f286b6
#!/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
server/dist_pc/.gitignore
View file @
fa0262a3
.gitignore
*
!.gitignore
!.gitignore
server/dist_phone/.gitignore
View file @
fa0262a3
.gitignore
*
!.gitignore
!.gitignore
server/dist_web/.gitignore
0 → 100644
View file @
fa0262a3
*
!.gitignore
web/vite.config.js
View file @
fa0262a3
...
@@ -44,7 +44,7 @@ export default ({
...
@@ -44,7 +44,7 @@ export default ({
const
esbuild
=
{}
const
esbuild
=
{}
return
{
return
{
base
:
'
./
'
,
// index.html文件所在位置
base
:
'
/admin
'
,
// index.html文件所在位置
root
:
'./'
,
// js导入的资源路径,src
root
:
'./'
,
// js导入的资源路径,src
resolve
:
{
resolve
:
{
alias
,
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