master
刘东琪 9 months ago
parent 1a23c87481
commit 774a65efc9
  1. 2
      routes/index.js

@ -28,7 +28,7 @@ router.post('/rsCookie', async (req, res) => {
}
let jsText;
if (jsStr == null) {
if (jsStr == null || jsStr === "") {
let jsPath = AreaNameEnum.getByAreaName(areaName).JS_FILE
if (jsPath == null) {
console.error('未找到js文件')

Loading…
Cancel
Save