@@ -235,7 +235,7 @@ const specOrderMx = async ()=> {
mxOptions.value = res.data
}
const mxChange = ()=>{
- form.value.tradefield = ''
+ // form.value.tradefield = ''
const accountOptions = ref([])
const accountList = async ()=>{
@@ -27,7 +27,7 @@ export default defineConfig({
server: {
proxy: {
"/api": {
- target: "http://61.164.207.46:8200/",
+ target: "http://192.168.3.29:8080/",
// target: "https://cucu.cnyunl.com:8079/",
ws: true,
changeOrigin: true,