mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
去掉环境变量的控制
This commit is contained in:
@@ -28,7 +28,7 @@ const isTest=function(code){
|
||||
return false;
|
||||
}
|
||||
})
|
||||
}else if(mode=='preview' || mode=='production' ){
|
||||
}else{
|
||||
userCodesPro.some(item=>{
|
||||
if(item===code){
|
||||
testUser=true;
|
||||
|
||||
Reference in New Issue
Block a user