Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="header">
|
<div class="header">
|
||||||
|
<div>
|
||||||
|
<img style="height: 50px;width: 100%" :src="require('@/assets/images/shangqi/home/top-logo.png')">
|
||||||
|
</div>
|
||||||
<!-- header头部 右侧内容 当前登录人和退出-->
|
<!-- header头部 右侧内容 当前登录人和退出-->
|
||||||
<!-- <div class="header-right" style="display: inline-block; float: right; margin-right: 20px; color: #fff">-->
|
<!-- <div class="header-right" style="display: inline-block; float: right; margin-right: 20px; color: #fff">-->
|
||||||
<!-- <div>-->
|
<!-- <div>-->
|
||||||
|
|||||||
+5
-1
@@ -102,7 +102,11 @@ router.beforeEach(function (to, from, next) {
|
|||||||
if (taskId !== undefined && taskId !== null && prcId !== undefined && prcId !== null) {
|
if (taskId !== undefined && taskId !== null && prcId !== undefined && prcId !== null) {
|
||||||
extractedVerify(token)
|
extractedVerify(token)
|
||||||
}else {
|
}else {
|
||||||
extractedLocalStorage('home2','');
|
if(path === '/standardSearch/All'){
|
||||||
|
extractedLocalStorage('standardSearch/All','');
|
||||||
|
}else {
|
||||||
|
extractedLocalStorage('home2','');
|
||||||
|
}
|
||||||
// ssoLoginUrlDev 默认sso 地址
|
// ssoLoginUrlDev 默认sso 地址
|
||||||
window.location.href = ssoLoginUrlDev
|
window.location.href = ssoLoginUrlDev
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
class="label-input-form"
|
class="label-input-form"
|
||||||
label-width="210px"
|
label-width="210px"
|
||||||
>
|
>
|
||||||
<div style="flex: auto; overflow: auto;" v-show="active === '1'">
|
<div style="flex: auto;" v-show="active === '1'">
|
||||||
<ProcessTitle>
|
<ProcessTitle>
|
||||||
<template slot="title">基础信息</template>
|
<template slot="title">基础信息</template>
|
||||||
</ProcessTitle>
|
</ProcessTitle>
|
||||||
|
|||||||
Reference in New Issue
Block a user