refactor(web): 优化代码和构建配置
- 修改用户服务条款中的企业用户描述 - 在 package.json 中添加新的构建命令 build:flowH5 - 引入新的依赖库 @meetjs/vant4-kit 和 vue-qr - 添加 rollup 插件以优化构建过程
This commit is contained in:
@@ -82,7 +82,7 @@
|
|||||||
<br>
|
<br>
|
||||||
<h2>五、巨梦科技企业客户服务说明</h2>
|
<h2>五、巨梦科技企业客户服务说明</h2>
|
||||||
<h3>
|
<h3>
|
||||||
1、巨梦科技平台提供给多家企业客户使用,企业客户通过巨梦科技平台进行发布用户活动等。如果功夫企火星企业用户违反了隐私政策或发生其它侵犯用户权益的行为,用户可要求巨梦科技提供必要的配合与巨梦科技企业用户进行沟通和维权,维权过程中产生的费用由用户自行承担。</h3>
|
1、巨梦科技平台提供给多家企业客户使用,企业客户通过巨梦科技平台进行发布用户活动等。如果企业用户违反了隐私政策或发生其它侵犯用户权益的行为,用户可要求巨梦科技提供必要的配合与巨梦科技企业用户进行沟通和维权,维权过程中产生的费用由用户自行承担。</h3>
|
||||||
<br>
|
<br>
|
||||||
<h2>六、其他事宜</h2>
|
<h2>六、其他事宜</h2>
|
||||||
<h3>
|
<h3>
|
||||||
|
|||||||
@@ -8,7 +8,8 @@
|
|||||||
"build:dev": "vite build --mode development",
|
"build:dev": "vite build --mode development",
|
||||||
"build": "vite build",
|
"build": "vite build",
|
||||||
"build:local": "vite build --mode local_prod",
|
"build:local": "vite build --mode local_prod",
|
||||||
"lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/"
|
"lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/",
|
||||||
|
"build:flowH5": "vite build --config flowH5.config.ts"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@element-plus/icons-vue": "^2.3.1",
|
"@element-plus/icons-vue": "^2.3.1",
|
||||||
@@ -18,6 +19,7 @@
|
|||||||
"@fast-crud/ui-interface": "^1.21.2",
|
"@fast-crud/ui-interface": "^1.21.2",
|
||||||
"@great-dream/dvadmin3-celery-web": "^3.1.3",
|
"@great-dream/dvadmin3-celery-web": "^3.1.3",
|
||||||
"@iconify/vue": "^4.1.2",
|
"@iconify/vue": "^4.1.2",
|
||||||
|
"@meetjs/vant4-kit": "^1.0.1",
|
||||||
"@types/lodash": "^4.17.7",
|
"@types/lodash": "^4.17.7",
|
||||||
"@vitejs/plugin-vue-jsx": "^4.0.1",
|
"@vitejs/plugin-vue-jsx": "^4.0.1",
|
||||||
"@wangeditor/editor": "^5.1.23",
|
"@wangeditor/editor": "^5.1.23",
|
||||||
@@ -48,6 +50,8 @@
|
|||||||
"print-js": "^1.6.0",
|
"print-js": "^1.6.0",
|
||||||
"qrcodejs2-fixes": "^0.0.2",
|
"qrcodejs2-fixes": "^0.0.2",
|
||||||
"qs": "^6.11.0",
|
"qs": "^6.11.0",
|
||||||
|
"rollup-plugin-postcss": "^4.0.2",
|
||||||
|
"rollup-plugin-terser": "^7.0.2",
|
||||||
"screenfull": "^6.0.2",
|
"screenfull": "^6.0.2",
|
||||||
"sortablejs": "^1.15.0",
|
"sortablejs": "^1.15.0",
|
||||||
"splitpanes": "^3.1.5",
|
"splitpanes": "^3.1.5",
|
||||||
@@ -62,6 +66,7 @@
|
|||||||
"vue-draggable-plus": "^0.6.0",
|
"vue-draggable-plus": "^0.6.0",
|
||||||
"vue-grid-layout": "^3.0.0-beta1",
|
"vue-grid-layout": "^3.0.0-beta1",
|
||||||
"vue-i18n": "^9.14.0",
|
"vue-i18n": "^9.14.0",
|
||||||
|
"vue-qr": "^4.0.9",
|
||||||
"vue-router": "^4.4.3",
|
"vue-router": "^4.4.3",
|
||||||
"vxe-table": "^4.6.18",
|
"vxe-table": "^4.6.18",
|
||||||
"xe-utils": "^3.5.30"
|
"xe-utils": "^3.5.30"
|
||||||
|
|||||||
Reference in New Issue
Block a user