Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pc
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
0
Merge Requests
0
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
pc
Commits
60b52843
Commit
60b52843
authored
Jan 18, 2021
by
Gakki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
error
parent
08e4e44d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
api.js
src/server/api.js
+2
-2
home.vue
src/views/home.vue
+5
-5
propertyInfoView.vue
src/views/houseData/propertyInfoView.vue
+1
-1
No files found.
src/server/api.js
View file @
60b52843
...
...
@@ -62,9 +62,9 @@ case 'huangpu-prod':
default
:
// 默认环境下(开发环境)
// BASE_URL = 'http://31.0.161.39/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://yangpu-hm.omniview.pro
/api/v2'
// BASE_URL = 'http://211.136.105.193
/api/v2'
// MOCK_URL = 'https://yapi.omniview.pro/mock/278'
break
...
...
src/views/home.vue
View file @
60b52843
...
...
@@ -995,11 +995,11 @@ export default {
window
.
open
(
'http://962121.fgj.sh.gov.cn/wyweb/shanghaiwuye/web/dataV/riskmanagement/#/'
)
},
openOutUrl2
(){
//
this.$ajax.get({
//
url: this.$api.GET_WYGENERATE,
//
}).then(res => {
//
window.open(res)
//
})
this
.
$ajax
.
get
({
url
:
this
.
$api
.
GET_WYGENERATE
,
}).
then
(
res
=>
{
window
.
open
(
res
)
})
},
/**
* 去应急报修
...
...
src/views/houseData/propertyInfoView.vue
View file @
60b52843
...
...
@@ -166,7 +166,7 @@
</a-row>
<!-- 小区经理 -->
<a-row
v-if=
"urls.name == 'managerView'"
type=
"flex"
justify=
"start"
>
<a-row>
<a-row
style=
"width: 100%"
>
<a-col
span=
"8"
>
<a-row
type=
"flex"
justify=
"start"
class=
"detailsPartLine"
>
<a-col
span=
"24"
>
...
...
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