浏览代码

代码上传

zhangqi 1 年之前
父节点
当前提交
c9333af337
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/customized/cucu/orderManage/detail/modules/edit.vue
  2. 1 1
      vite.config.js

+ 1 - 1
src/customized/cucu/orderManage/detail/modules/edit.vue

@@ -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 ()=>{

+ 1 - 1
vite.config.js

@@ -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,