fix web build of LICENSE text (#2911)

diff --git a/linkis-web/package.json b/linkis-web/package.json
index e6dc61f..148dffe 100644
--- a/linkis-web/package.json
+++ b/linkis-web/package.json
@@ -1,6 +1,6 @@
 {
     "name": "linkis",
-    "version": "1.1.0",
+    "version": "1.2.0",
     "private": true,
     "scripts": {
         "serve": "vue-cli-service serve",
diff --git a/linkis-web/vue.config.js b/linkis-web/vue.config.js
index c187e29..e4ffca8 100644
--- a/linkis-web/vue.config.js
+++ b/linkis-web/vue.config.js
@@ -157,7 +157,7 @@
             copy: [
               { source: './config.sh', destination: `./dist/config.sh`,toType: 'file'},
               { source: './install.sh', destination: `./dist/install.sh`,toType: 'file' },
-              { source: './release-docs/LICENSE', destination: `./dist/NOTICE`,toType: 'file'},
+              { source: './release-docs/LICENSE', destination: `./dist/LICENSE`,toType: 'file'},
               { source: './release-docs/NOTICE', destination: `./dist/NOTICE`,toType: 'file'},
               { source: './release-docs/licenses', destination: `./dist/licenses`},
               { source: '../DISCLAIMER', destination: `./dist/DISCLAIMER`,toType: 'file'}