小修改
This commit is contained in:
@@ -534,6 +534,7 @@ const selectOption = (type, value) => {
|
|||||||
font-family: 'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC', sans-serif;
|
font-family: 'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC', sans-serif;
|
||||||
background-color: rgba(246, 246, 246, 1);
|
background-color: rgba(246, 246, 246, 1);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
border-top: 1px solid #ebebeb;
|
||||||
|
|
||||||
b {
|
b {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
|
|||||||
@@ -78,7 +78,10 @@ const executeScripts = () => {
|
|||||||
if (typeof openWin === 'undefined') {
|
if (typeof openWin === 'undefined') {
|
||||||
document.body.appendChild(newScript);
|
document.body.appendChild(newScript);
|
||||||
scriptTags.push(newScript)
|
scriptTags.push(newScript)
|
||||||
} else init()
|
} else {
|
||||||
|
init()
|
||||||
|
Tab = 'scanLogin'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ axios.interceptors.request.use( //响应拦截
|
|||||||
showFullScreenLoading()
|
showFullScreenLoading()
|
||||||
// 开发时登录用的,可以直接替换小程序的 authorization
|
// 开发时登录用的,可以直接替换小程序的 authorization
|
||||||
// if (process.env.NODE_ENV == "development") config['headers']['authorization'] = "x2mmnl9grt51bpplj2k6ioiuummzhnw3"
|
// if (process.env.NODE_ENV == "development") config['headers']['authorization'] = "x2mmnl9grt51bpplj2k6ioiuummzhnw3"
|
||||||
if (process.env.NODE_ENV == "development") config['headers']['authorization'] = "0h870ovk2xckoqfsh8a3t3sg4sg5z7eg"
|
// if (process.env.NODE_ENV == "development") config['headers']['authorization'] = "0h870ovk2xckoqfsh8a3t3sg4sg5z7eg"
|
||||||
return config;
|
return config;
|
||||||
},
|
},
|
||||||
error => {
|
error => {
|
||||||
|
|||||||
Reference in New Issue
Block a user