Bläddra i källkod

08wms-ztf-config-center-test.sh

lizw 2 år sedan
förälder
incheckning
c835d300de
1 ändrade filer med 3 tillägg och 16 borttagningar
  1. 3 16
      hua_wei_yun/08wms-ztf-config-center-test.sh

+ 3 - 16
hua_wei_yun/08wms-ztf-config-center-test.sh

@@ -72,28 +72,15 @@ pullCode() {
 buildCode() {
   # 构建 wms-ui-pc
   if [ "${needBuild[1]}" != "0" ]; then
-    echo -e "$echoPrefix cd $codePath/wms-ui-pc $echoSuffix"
-    cd "$codePath/wms-ui-pc"
+    echo -e "$echoPrefix cd $codePath/wms-modules/wms-ui-config-center $echoSuffix"
+    cd "$codePath/wms-modules/wms-ui-config-center"
     echo -e "$echoPrefix yarn $echoSuffix"
     yarn
     echo -e "$echoPrefix yarn link yvan-vue $echoSuffix"
     yarn link yvan-vue
     echo ""
   else
-    echo "wms-ui-pc 文件未变化"
-  fi
-
-  # 构建 wms-ui-mobile
-  if [ "${needBuild[2]}" != "0" ]; then
-    echo -e "$echoPrefix cd $codePath/wms-ui-mobile $echoSuffix"
-    cd "$codePath/wms-ui-mobile"
-    echo -e "$echoPrefix yarn $echoSuffix"
-    yarn
-    echo -e "$echoPrefix yarn link yvan-vue-mobile $echoSuffix"
-    yarn link yvan-vue-mobile
-    echo ""
-  else
-    echo "wms-ui-mobile 文件未变化"
+    echo "wms-ui-config-center 文件未变化"
   fi
 
   # 构建 java