mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-16 23:53:48 +08:00
Rx goods supported / Product detail multi-specification added / "window" in fetch removed
This commit is contained in:
@@ -224,7 +224,7 @@ export default {
|
||||
});
|
||||
},
|
||||
userinter(){
|
||||
let user= this.checkIsLogin();
|
||||
let user= this.$store.state.userInfo;
|
||||
if(!user){
|
||||
this.$message({
|
||||
type: 'warning',
|
||||
@@ -377,9 +377,10 @@ obligation(item,index){
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
this.checkIsLogin();
|
||||
let userwidth=0;
|
||||
this.ifadroind();
|
||||
let user= this.checkIsLogin();
|
||||
let user= this.$store.state.userInfo;
|
||||
if(user){
|
||||
this.userid=user.data;
|
||||
this.islogin=false;
|
||||
|
||||
Reference in New Issue
Block a user