feat(每月作价):迁移住宅租赁基价

1. 计算、修正、最终租赁基价页面查询;
2. 导入、导出、修改、从作价数据导入;
3. 页面功能划分优化;
4. 修改路由规则
This commit is contained in:
purple
2020-06-22 18:09:42 +08:00
parent 0cb32a7463
commit 5e11233226
26 changed files with 934 additions and 586 deletions

View File

@ -33,7 +33,7 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
target: `http://localhost:8080`,
target: `http://localhost:9700`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''