Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yangpu
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
郭铭瑶
yangpu
Commits
874ff1b7
Commit
874ff1b7
authored
Nov 26, 2020
by
郭铭瑶
🤘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加7天参数
parent
69894599
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
index.html
index.html
+2
-2
api.js
src/server/api.js
+2
-2
actions.js
src/store/actions.js
+1
-1
No files found.
index.html
View file @
874ff1b7
...
...
@@ -16,7 +16,7 @@
<!-- built files will be auto injected -->
</body>
<script
src=
"./static/hls.js"
></script>
<
script
src=
"./static/SMap.min.js"
></script
>
<
!-- <script src="./static/esm/SMap.min.js"></script> --
>
<
!-- <script src="./static/SMap.min.js"></script> --
>
<
script
src=
"./static/esm/SMap.min.js"
></script
>
<script
src=
"./static/Plugins.min.js"
></script>
</html>
src/server/api.js
View file @
874ff1b7
...
...
@@ -2,8 +2,8 @@ let BASE_URL = ''
let
DATA_URL
=
''
switch
(
process
.
env
.
NODE_ENV
)
{
case
'production'
:
BASE_URL
=
'http://10.89.4.164:18080/api'
//
BASE_URL = 'http://yangpu.hm.omniview.pro/api'
//
BASE_URL = 'http://10.89.4.164:18080/api'
BASE_URL
=
'http://yangpu.hm.omniview.pro/api'
DATA_URL
=
'http://10.89.1.208:10005'
break
default
:
...
...
src/store/actions.js
View file @
874ff1b7
...
...
@@ -144,7 +144,7 @@ export default {
})
},
getDoneList
({
commit
})
{
// 获取并全局设置已完成列表
ajax
.
get
({
url
:
api
.
GET_HANDLE_LIST
,
params
:
{
state
:
5
,
streetId
}}).
then
(
res
=>
{
ajax
.
get
({
url
:
api
.
GET_HANDLE_LIST
,
params
:
{
state
:
5
,
days
:
7
,
streetId
}}).
then
(
res
=>
{
commit
(
'SET_DONE_LIST'
,
com
.
confirm
(
res
,
'data.content'
,
[]))
})
},
...
...
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