kelly520010 3 years ago
parent
commit
19c8be6d8d

+ 3
- 8
src/views/fancongcong/corporateaccountManage/corporateaccountManage.vue View File

pageSize:номер, pageSize:номер,
startApplyTime:start_time.value, startApplyTime:start_time.value,
status:cтатус_счета, 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) => { proxy.$request.post('/corporateaccount/queryPage', {},data).then((res) => {
        console.log(res);         console.log(res);
if(res.data.success){ if(res.data.success){

+ 3
- 3
vite.config.ts View File

target: process.env.VUE_APP_BASE_API, target: process.env.VUE_APP_BASE_API,
changeOrigin: true, changeOrigin: true,
rewrite: path => path.replace(/^\/api/, '') //重写 rewrite: path => path.replace(/^\/api/, '') //重写
}
/*'/corporateaccount': {
},
'/corporateaccount': {
target: process.env.VUE_APP_BASE_API, target: process.env.VUE_APP_BASE_API,
changeOrigin: true, changeOrigin: true,
rewrite: path => path.replace(/^\/api/, '') //重写 rewrite: path => path.replace(/^\/api/, '') //重写
},*/
},
}, },
}, },
// 生产环境打包配置 // 生产环境打包配置

Loading…
Cancel
Save