Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mobi
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wbx-PCAndMobi
mobi
Commits
3a6afb2b
Commit
3a6afb2b
authored
Mar 08, 2021
by
Gakki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
处理null
parent
5346c242
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
8 deletions
+4
-8
getMicRouters.js
src/router/getMicRouters.js
+1
-1
api.js
src/server/api.js
+2
-2
feeStandard.vue
src/views/houseData/feeStandard.vue
+1
-5
No files found.
src/router/getMicRouters.js
View file @
3a6afb2b
...
@@ -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
}
}
...
...
src/server/api.js
View file @
3a6afb2b
...
@@ -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
...
...
src/views/houseData/feeStandard.vue
View file @
3a6afb2b
...
@@ -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"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment