@@ -6,7 +6,6 @@ import { getToken } from '@/utils/auth'
var moduleId = ''
export function setModuleId(val) {
- console.log(val)
moduleId = val
}