Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
pingan-life-index-pro
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
71584341
authored
2019-11-06 15:56:28 +0800
by
joe
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
763390f7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
6 deletions
public/js/unionrsa.js
src/api/fetch-api.js
src/pages/login/login.js
public/js/unionrsa.js
0 → 100644
View file @
7158434
This diff is collapsed.
Click to expand it.
src/api/fetch-api.js
View file @
7158434
...
...
@@ -11,10 +11,7 @@ function Toast(msg) {
// axios.defaults.baseURL = ""
// 服务器地址
let
base
=
"https://ow.go.qudone.com"
;
if
(
location
.
href
.
indexOf
(
"//k.wxpai.cn"
)
>
0
)
{
base
=
"https://api.k.wxpai.cn/bizproxy"
}
let
base
=
"http://localhost:9101"
;
// let base = COM.baseUrl;
// 请求拦截器
...
...
src/pages/login/login.js
View file @
7158434
...
...
@@ -8,7 +8,11 @@ export default {
data
()
{
return
{
key
:
'value'
,
type
:
1
,
// 1:帐密登陆 2:OTP登陆
type
:
1
,
// 1:帐密登陆 2:OTP登陆,
values
:
{
// 返回的token,串连整个流程,后台安全校验使用
token
:
""
,
}
}
},
components
:
{},
...
...
@@ -43,7 +47,11 @@ export default {
onLoginTypeHandler
(
val
)
{
this
.
type
=
val
;
},
initData
()
{}
initData
()
{},
// 是否显示图形二维码
handlerIsShowImageVcode
(){
}
},
mounted
()
{},
created
()
{}
...
...
Please
register
or
sign in
to post a comment