kelly520010 3 年前
父节点
当前提交
19c8be6d8d
共有 2 个文件被更改,包括 6 次插入11 次删除
  1. 3
    8
      src/views/fancongcong/corporateaccountManage/corporateaccountManage.vue
  2. 3
    3
      vite.config.ts

+ 3
- 8
src/views/fancongcong/corporateaccountManage/corporateaccountManage.vue 查看文件

@@ -467,15 +467,10 @@ const search = () => {
pageSize:номер,
startApplyTime:start_time.value,
status:cтатус_счета,
baseURL:'http://localhost:8089',
baseURL:'http://10.52.0.172:10389/csms/',
}
/* = '';
cтатус_счета.value = '';
номер.value = '';
= '';
= '';
= '';*/
console.log("date",data)

console.log("date",data)
proxy.$request.post('/corporateaccount/queryPage', {},data).then((res) => {
        console.log(res);
if(res.data.success){

+ 3
- 3
vite.config.ts 查看文件

@@ -53,12 +53,12 @@ export default defineConfig(({ command, mode }) => {
target: process.env.VUE_APP_BASE_API,
changeOrigin: true,
rewrite: path => path.replace(/^\/api/, '') //重写
}
/*'/corporateaccount': {
},
'/corporateaccount': {
target: process.env.VUE_APP_BASE_API,
changeOrigin: true,
rewrite: path => path.replace(/^\/api/, '') //重写
},*/
},
},
},
// 生产环境打包配置

正在加载...
取消
保存