Commit 3a6afb2b authored by Gakki's avatar Gakki

处理null

parent 5346c242
...@@ -48,7 +48,7 @@ async function GetRoutes(router) { ...@@ -48,7 +48,7 @@ async function GetRoutes(router) {
break break
default: // 当前仅可使用pudong / xuhui-sit/uat进行打包 default: // 当前仅可使用pudong / xuhui-sit/uat进行打包
MicRouters = xuhui MicRouters = pudong
break break
} }
......
...@@ -62,8 +62,8 @@ case 'huangpu-prod': ...@@ -62,8 +62,8 @@ case 'huangpu-prod':
default: // 默认环境下(开发环境) default: // 默认环境下(开发环境)
// BASE_URL = 'http://31.0.161.39/apiv2' // BASE_URL = 'http://31.0.161.39/apiv2'
// BASE_URL = 'http://211.136.105.193/apiv2' // BASE_URL = 'http://211.136.105.193/apiv2'
// BASE_URL = 'http://xuhui.hm.omniview.pro/api/v2' BASE_URL = 'http://xuhui.hm.omniview.pro/api/v2'
BASE_URL = 'http://pudong.hm.omniview.pro/api/v2' // BASE_URL = 'http://pudong.hm.omniview.pro/api/v2'
// BASE_URL = 'http://211.136.105.193/apiv2' // BASE_URL = 'http://211.136.105.193/apiv2'
MOCK_URL = 'https://yapi.omniview.pro/mock/283' MOCK_URL = 'https://yapi.omniview.pro/mock/283'
break break
......
...@@ -32,12 +32,8 @@ ...@@ -32,12 +32,8 @@
{{changeMeaning('houseUse', record.houseUse)}} {{changeMeaning('houseUse', record.houseUse)}}
</span> </span>
<span slot="charges" slot-scope="text, record">
{{changeMeaning('charges', record.charges)}}
</span>
<span slot="area" slot-scope="text, record"> <span slot="area" slot-scope="text, record">
{{text + `(㎡)`}} {{!!text? text + `(㎡)` : '无数据'}}
</span> </span>
<span slot="charges" slot-scope="text, record"> <span slot="charges" slot-scope="text, record">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment