fix:修复index logo路径 & 打包脚本添加logo操作

This commit is contained in:
wangwenrui
2021-05-18 17:02:33 +08:00
parent 910ddf1225
commit d1b4275afd
2 changed files with 3 additions and 1 deletions

View File

@@ -8,6 +8,8 @@ DIST_PATH=$CUR_PATH/dist
echo 'dist dir path is '${DIST_PATH}
cp -f src/assets/img/log1-2.png $DIST_PATH/static
cd $DIST_PATH
if [[ 'all' == "${BUILD_MODE}" ]];then