feat: 同步代码

This commit is contained in:
kailong321200875 2024-01-29 08:50:16 +08:00
parent 48c5c9af8a
commit bfda9f6485
3 changed files with 3 additions and 2 deletions

View File

@ -40,7 +40,7 @@
"driver.js": "^1.3.1", "driver.js": "^1.3.1",
"echarts": "^5.4.3", "echarts": "^5.4.3",
"echarts-wordcloud": "^2.1.0", "echarts-wordcloud": "^2.1.0",
"element-plus": "^2.5.1", "element-plus": "^2.4.4",
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",
"mitt": "^3.0.1", "mitt": "^3.0.1",
"nprogress": "^0.2.0", "nprogress": "^0.2.0",

View File

@ -339,6 +339,7 @@ export default defineComponent({
const bindValue: Recordable = { ...attrs, ...unref(getProps) } const bindValue: Recordable = { ...attrs, ...unref(getProps) }
delete bindValue.columns delete bindValue.columns
delete bindValue.data delete bindValue.data
delete bindValue.align
return bindValue return bindValue
}) })

View File

@ -136,7 +136,7 @@ export default ({ command, mode }: ConfigEnv): UserConfig => {
cssCodeSplit: !(env.VITE_USE_CSS_SPLIT === 'false') cssCodeSplit: !(env.VITE_USE_CSS_SPLIT === 'false')
}, },
server: { server: {
port: 4000, port: 3005,
proxy: { proxy: {
// 选项写法 // 选项写法
'/api': { '/api': {