Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
SuperMan
Commits
0b24ee84
Commit
0b24ee84
authored
Jul 22, 2024
by
liudong1993
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
70cc5b30
e18dde3d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
6 deletions
+9
-6
index.vue
src/components/index.vue
+9
-6
No files found.
src/components/index.vue
View file @
0b24ee84
...
@@ -220,12 +220,12 @@
...
@@ -220,12 +220,12 @@
CRM系统
CRM系统
<i
class=
"iconfont icon-right1"
></i>
<i
class=
"iconfont icon-right1"
></i>
</el-dropdown-item>
</el-dropdown-item>
<
!-- <
el-dropdown-item class="clearfix _dropdown_other" @click.native="goUrlCAR()"
<el-dropdown-item
class=
"clearfix _dropdown_other"
@
click
.
native=
"goUrlCAR()"
v-if=
"2==userInfo.RB_Group_id"
>
v-if=
"2==userInfo.RB_Group_id"
>
<i
class=
"iconfont icon-Newspaper"
style=
"color:#f39c12"
></i>
<i
class=
"iconfont icon-Newspaper"
style=
"color:#f39c12"
></i>
CAR系统
CAR系统
<i
class=
"iconfont icon-right1"
></i>
<i
class=
"iconfont icon-right1"
></i>
</el-dropdown-item>
-->
</el-dropdown-item>
<el-dropdown-item
class=
"clearfix _dropdown_other"
@
click
.
native=
"unbundlingVisible=true"
v-if=
"userInfo&&userInfo.DepartName&&(userInfo.DepartName.indexOf('操作部')!=-1 || userInfo.DepartName.indexOf('总部财务部')!=-1) ||(userInfo.RB_Branch_id == 1245
<el-dropdown-item
class=
"clearfix _dropdown_other"
@
click
.
native=
"unbundlingVisible=true"
v-if=
"userInfo&&userInfo.DepartName&&(userInfo.DepartName.indexOf('操作部')!=-1 || userInfo.DepartName.indexOf('总部财务部')!=-1) ||(userInfo.RB_Branch_id == 1245
&& userInfo.DepartName.indexOf('引流')==-1
&& userInfo.DepartName.indexOf('引流')==-1
&& userInfo.DepartName.indexOf('市场')==-1)"
>
&& userInfo.DepartName.indexOf('市场')==-1)"
>
...
@@ -4130,10 +4130,13 @@
...
@@ -4130,10 +4130,13 @@
window
.
open
(
url
)
window
.
open
(
url
)
},
},
goUrlCAR
()
{
goUrlCAR
()
{
let
userinfo
=
this
.
getLocalStorage
();
var
that
=
this
;
let
url
=
this
.
domainManager
().
CarUrl
+
"/auth/autologon?tk="
+
userinfo
.
token
;
this
.
apipost
(
"travel_temp_token"
,
{},
res
=>
{
console
.
log
(
url
);
if
(
res
.
data
.
resultCode
==
1
)
{
let
url
=
that
.
domainManager
().
CarUrl
+
"/auth/autologin?tk="
+
res
.
data
.
data
;
window
.
open
(
url
)
window
.
open
(
url
)
}
})
},
},
//跳转至个人信息设置
//跳转至个人信息设置
goUrlPersonal
()
{
goUrlPersonal
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment