@@ -426,6 +426,7 @@ export default defineComponent({
func()
emitFunc(state.drawEditsConfig)
}
+ emitFunc(state.drawEditsConfig)
})
@@ -50,7 +50,7 @@ export default defineConfig({
},
'/ax-node-api': {
- target: 'http://localhost:18061/',
+ target: 'http://8.130.72.63:18061/',
changeOrigin: true,
rewrite: path => {
return path.replace(/^\/ax-node-api/, '')