1231
This commit is contained in:
@@ -206,7 +206,7 @@ const handleLogin = async (params) => {
|
|||||||
authUtil.removeLoginForm()
|
authUtil.removeLoginForm()
|
||||||
}
|
}
|
||||||
authUtil.setToken(res)
|
authUtil.setToken(res)
|
||||||
|
|
||||||
if (!redirect.value) {
|
if (!redirect.value) {
|
||||||
redirect.value = '/'
|
redirect.value = '/'
|
||||||
}
|
}
|
||||||
@@ -217,7 +217,7 @@ const handleLogin = async (params) => {
|
|||||||
const queryParams = new URLSearchParams(window.location.search);
|
const queryParams = new URLSearchParams(window.location.search);
|
||||||
const ticketUrl = queryParams.get('url'); // 获取查询参数值,例如 ?paramName=value 中的 value
|
const ticketUrl = queryParams.get('url'); // 获取查询参数值,例如 ?paramName=value 中的 value
|
||||||
const accessToken =authUtil.getAccessToken();
|
const accessToken =authUtil.getAccessToken();
|
||||||
|
|
||||||
console.log(accessToken);
|
console.log(accessToken);
|
||||||
if(ticketUrl!=null){
|
if(ticketUrl!=null){
|
||||||
|
|
||||||
|
|||||||
@@ -354,7 +354,7 @@ const tableFormVerify = (type) => {
|
|||||||
let tabKey = 'mysql'
|
let tabKey = 'mysql'
|
||||||
// 子字段不能再包含子字段
|
// 子字段不能再包含子字段
|
||||||
if (item.isSubField && item.hasChildren === 'Y') {
|
if (item.isSubField && item.hasChildren === 'Y') {
|
||||||
debugger
|
|
||||||
messageText = `<div style="line-height:24px">
|
messageText = `<div style="line-height:24px">
|
||||||
<div>子字段不能包含子字段</div>
|
<div>子字段不能包含子字段</div>
|
||||||
<div>序号:${index + 1}</div>
|
<div>序号:${index + 1}</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user