mirror of
https://gitee.com/yudaocode/yudao-ui-go-view.git
synced 2025-12-30 01:22:27 +00:00
@@ -182,7 +182,7 @@ const props = defineProps({
|
||||
default: false
|
||||
},
|
||||
chartStyles: {
|
||||
type: Object as PropType<Omit<PickCreateComponentType<'styles'>, 'animations' | 'animationsOpen' | 'animationsCirculate' | 'animationsCurve' | 'animationsDirection' | 'circulatePlayTime' | 'circulateDelayTime'>>,
|
||||
type: Object,
|
||||
required: true
|
||||
}
|
||||
})
|
||||
|
||||
@@ -47,7 +47,7 @@ export default ({ mode }) => defineConfig({
|
||||
server: {
|
||||
host: true,
|
||||
open: true,
|
||||
port: 3000,
|
||||
port: Number(loadEnv(mode, process.cwd()).VITE_DEV_PORT),
|
||||
proxy: {
|
||||
[axiosPre]: {
|
||||
// @ts-ignore
|
||||
|
||||
Reference in New Issue
Block a user