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
328f7ac2
Commit
328f7ac2
authored
Mar 30, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
aa0b669c
e9330074
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
0 deletions
+20
-0
index.vue
src/components/index.vue
+20
-0
No files found.
src/components/index.vue
View file @
328f7ac2
...
...
@@ -196,6 +196,11 @@
资产管理
<i
class=
"iconfont icon-right1"
></i>
</el-dropdown-item>
<el-dropdown-item
class=
"clearfix _dropdown_other"
@
click
.
native=
"goUrlCRM()"
v-if=
"2==userInfo.RB_Group_id"
>
<i
class=
"iconfont icon-Newspaper"
style=
"color:#f39c12"
></i>
CRM系统
<i
class=
"iconfont icon-right1"
></i>
</el-dropdown-item>
<!-- <el-dropdown-item class="clearfix _dropdown_other" @click.native="settingSys">
<i class="iconfont icon-menu-shezhi1" style="color:#2c3e50"></i>
...
...
@@ -3649,6 +3654,21 @@ export default {
}
window
.
open
(
url
)
},
goUrlCRM
(){
let
url
=
'http://fcrmyx.oytour.com/'
;
//let obj={};
// let userinfo=this.getLocalStorage();
// obj.token=userinfo.token;
// obj.SecretKey=userinfo.SecretKey;
// let ObjInfo=JSON.stringify(obj);
// if (!this.isOnline()) {
// // url="http://zcyx.oytour.com/#/Autologin?ObjInfo="+userinfo.token+"&SecretKey="+userinfo.SecretKey;
// url="http://testerp.oytour.com:8080/#/Autologin?token="+userinfo.token+"&SecretKey="+userinfo.SecretKey;
// }else{
// url="http://zcyx.oytour.com/#/Autologin?ObjInfo="+userinfo.token+"&SecretKey="+userinfo.SecretKey;
// }
window
.
open
(
url
)
},
//跳转至个人信息设置
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