pc-master #286
@ -259,12 +259,13 @@ export default {
|
|||||||
if (res.data.code == 200) {
|
if (res.data.code == 200) {
|
||||||
|
|
||||||
let userInfo = JSON.parse(localStorage.getItem("userInfo"));
|
let userInfo = JSON.parse(localStorage.getItem("userInfo"));
|
||||||
|
this.url = res.data.data.ezopen
|
||||||
|
this.accesstoken = res.data.data.accesstoken
|
||||||
|
this.createVideoNew(res.data.data.accesstoken)
|
||||||
this.api.user_getjurisdiction(userInfo.userid).then((res1) => {
|
this.api.user_getjurisdiction(userInfo.userid).then((res1) => {
|
||||||
if (res1.data.code == 200) {
|
if (res1.data.code == 200) {
|
||||||
|
|
||||||
this.url = res.data.data.ezopen
|
|
||||||
this.accesstoken = res.data.data.accesstoken
|
|
||||||
this.createVideoNew(res.data.data.accesstoken)
|
|
||||||
this.limitUserId = (res1.data.data.filter(el => el.id == 2 || el.id == 1 || el.id == 5 || el.id == 7 || el.id == 8 || el.id == 9 || el.id == 10 || el.id == 11|| el.id == 12|| el.id == 13))[0].id;
|
this.limitUserId = (res1.data.data.filter(el => el.id == 2 || el.id == 1 || el.id == 5 || el.id == 7 || el.id == 8 || el.id == 9 || el.id == 10 || el.id == 11|| el.id == 12|| el.id == 13))[0].id;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user