From 975e4599d132c7a77865944028317ce555ea1f73 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Wed, 9 Mar 2022 14:20:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A8=E5=8D=95=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 +- .../2.0.5/AppForm/components/BasicInfo.vue | 37 ++++++++++++++++++- 2 files changed, 37 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3c70065a..922dd7e9 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "main": "lib/cw-webapps.common.js", "scripts": { "serve": "vue-cli-service serve", + "serve:oms": "npx cross-env NODE_ENV=oms vue-cli-service serve", "build": "vue-cli-service build", "lib": "vue-cli-service build --no-clean --target lib --dest lib packages/index.js&&npm unpublish --force&&npm publish", "lib:core": "vue-cli-service build --target lib --dest core/dist core/index.js --name vc-app-core&&npm unpublish --force&&npm publish", @@ -91,4 +92,4 @@ "last 2 versions", "not ie <= 8" ] -} +} \ No newline at end of file diff --git a/packages/2.0.5/AppForm/components/BasicInfo.vue b/packages/2.0.5/AppForm/components/BasicInfo.vue index 8393c34a..895e5c73 100644 --- a/packages/2.0.5/AppForm/components/BasicInfo.vue +++ b/packages/2.0.5/AppForm/components/BasicInfo.vue @@ -4,7 +4,7 @@