mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
Merge branch 'master' of codeup.aliyun.com:6265f483e4166464dc2f9c14/boeu/portal into online
This commit is contained in:
@@ -156,12 +156,21 @@ export default {
|
|||||||
this.signInShow=false;
|
this.signInShow=false;
|
||||||
},
|
},
|
||||||
handleCommand(val) {
|
handleCommand(val) {
|
||||||
|
// let obj = {
|
||||||
|
// one: process.env.VUE_APP_BOE_WEB_URL+'/web/teacherLesson',
|
||||||
|
// two: process.env.VUE_APP_BOE_WEB_URL+'/grow180/login',
|
||||||
|
// three: this.webBaseUrl + '/study/index',
|
||||||
|
// four: 'https://m.qingxuetang.com/x/?appId=qxtcorp306130',
|
||||||
|
// five: process.env.VUE_APP_BOE_WEB_URL+'/boe/new-employee/index.html'
|
||||||
|
// };
|
||||||
|
let urlPre=window.location.protocol+'//'+window.location.host;
|
||||||
|
// process.env.VUE_APP_BOE_WEB_URL
|
||||||
let obj = {
|
let obj = {
|
||||||
one: process.env.VUE_APP_BOE_WEB_URL+'/web/teacherLesson',
|
one: urlPre+'/web/teacherLesson',
|
||||||
two: process.env.VUE_APP_BOE_WEB_URL+'/grow180/login',
|
two: urlPre+'/grow180/login',
|
||||||
three: this.webBaseUrl + '/study/index',
|
three: this.webBaseUrl + '/study/index?study=1',
|
||||||
four: 'https://m.qingxuetang.com/x/?appId=qxtcorp306130',
|
four: 'https://m.qingxuetang.com/x/?appId=qxtcorp306130',
|
||||||
five: process.env.VUE_APP_BOE_WEB_URL+'/boe/new-employee/index.html'
|
five: urlPre+'/boe/new-employee/index.html'
|
||||||
};
|
};
|
||||||
window.open(obj[val]);
|
window.open(obj[val]);
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
/**页面设置的一些常量*/
|
/**页面设置的一些常量*/
|
||||||
const caseUser={
|
const caseUser={
|
||||||
|
'12345601': '测试',
|
||||||
'00004409': '李玉冰',
|
'00004409': '李玉冰',
|
||||||
'101215': '徐涛',
|
'101215': '徐涛',
|
||||||
'00005011': '邱炜玮',
|
'00005011': '邱炜玮',
|
||||||
|
|||||||
Reference in New Issue
Block a user