Commit fa0262a3 authored by mahui's avatar mahui

Merge remote-tracking branch 'origin/master'

parents 86f286b6 0ad52c4f
#!/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
#!/bin/sh -l
cd phone
npm i
npm run build
mv dist/env/prod.js dist/env.js
\cp -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
.gitignore *
!.gitignore !.gitignore
.gitignore *
!.gitignore !.gitignore
...@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment