明树Git Lab

Commit ff201917 authored by zfp1's avatar zfp1

update

parent 70a3dda2
...@@ -47,7 +47,7 @@ module.exports = async (req, res, next) => { ...@@ -47,7 +47,7 @@ module.exports = async (req, res, next) => {
} }
function checkPath(path) { function checkPath(path) {
if (['/user/login', '/user/regist'].includes(path)) { if (['/user/login', '/user/regist', '/plant/product/trace/info'].includes(path)) {
return true; return true;
} else { } else {
return false; return false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment