diff --git a/shell/move.sh b/shell/move.sh index 90e8607..7069fc7 100644 --- a/shell/move.sh +++ b/shell/move.sh @@ -7,10 +7,10 @@ case "$Type" in web) cp -r $Prj/dist/* $Deploy ;; - web) + wxwork) cp -r $Prj/dist/build/h5/* $Deploy ;; - web) + mp) cp -r $Prj/dist/build/mp-weixin/* $Deploy ;; *) @@ -19,4 +19,4 @@ case "$Type" in esac exit $? -exit $RETVAL \ No newline at end of file +exit $RETVAL