Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
刘远
/
3d_dc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
1
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
4d5d3f41
authored
2020-08-14 17:44:03 +0800
by
焦小希
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
登录地址改变
1 parent
25c26130
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
src/components/bottomNav.vue
src/config.js
src/components/bottomNav.vue
View file @
4d5d3f4
...
...
@@ -50,7 +50,8 @@
async
:
false
,
data
:{
username
:
'案件查处'
,
password
:
'123'
},
success
:(
res
)
=>
{
window
.
open
(
`http://10.6.144.88:10001/frontweb/index.jsp?type=
${
label
}
`
)
// window.open(`http://10.6.144.88:10001/frontweb/index.jsp?type=${label}`)
window
.
open
(
`http://192.168.5.143:80/frontweb/index.jsp?type=
${
label
}
`
)
},
fail
:
()
=>
{
...
...
src/config.js
View file @
4d5d3f4
...
...
@@ -6,6 +6,6 @@
*/
export
default
{
url
:
''
,
loginUrl
:
'http://1
0.6.144.88:10001
/orup'
,
loginUrl
:
'http://1
92.168.5.143:80
/orup'
,
mapToken
:
'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiJhMzMwMjAwZS1lODRmLTRhNzQtODBkOS01YjZkM2ZkYzRmOGMiLCJpZCI6MzE3MzEsInNjb3BlcyI6WyJhc3IiLCJnYyJdLCJpYXQiOjE1OTU5MDA0Njd9.K5Rnvdzv5vDjlEbBH-2vEPMJYPgBDs__uvQHZz6jXTc'
}
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment