Skip to content

Commit 36dec42

Browse files
author
pixel
committed
前端优化减少体积
1 parent 15666ed commit 36dec42

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

web/build.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ module.exports = {
1212
{ name: 'vue-router', scope: 'VueRouter' },
1313
{ name: 'vuex', scope: 'Vuex' },
1414
{ name: 'axios', scope: 'axios' },
15-
{ name: 'echarts', scope: 'echarts' },
1615
{ name: 'element-ui', scope: 'ELEMENT', path: '/element-ui/2.12.0/index.js'},
1716
]
1817
};

web/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"@vue/cli-service": "^4.5.6",
4040
"babel-eslint": "^10.1.0",
4141
"babel-plugin-component": "^1.1.1",
42+
"babel-preset-es2015": "^6.24.1",
4243
"core-js": "^3.3.2",
4344
"eslint": "^6.7.2",
4445
"eslint-plugin-vue": "^6.2.2",

web/src/view/systemTools/formCreate/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div style="height:80vh">
3-
<iframe width="100%" height="100%" :src="'http://127.0.0.1:8888/form-generator/#/'" frameborder="0"></iframe>
3+
<iframe width="100%" height="100%" :src="'http://139.9.113.229:8888/form-generator/#/'" frameborder="0"></iframe>
44
</div>
55
</template>
66

0 commit comments

Comments
 (0)