tnnevol

Results 8 issues of tnnevol

```json { "koa": "^2.7.0", } ``` ```javascript if (pathToRegexp(route).test(path)) { await k2c(httpProxy(targets[route]))(ctx, next); break; } // 应该是koa2 做了更新使用path去匹配 全部为false 导致需要代理的全部被过滤了 ```

一直提示pnpm环境变量有问题 ![image](https://user-images.githubusercontent.com/28475939/176082184-d63278b5-64e6-493c-9838-fc63626a6ffc.png) 进入容器查看到pnpm环境变量已添加 ![image](https://user-images.githubusercontent.com/28475939/176082377-8c60fd5a-c978-4f15-a4c3-336d7ab9ac63.png) 容器内可以正常全局安装包,并且之前的全局包可以查看到 ![image](https://user-images.githubusercontent.com/28475939/176082511-25b6738a-8792-4dbf-b244-f0a7441f2519.png) 希望给一个解决方案

签到接口是不是需要重新对接了 ![image](https://user-images.githubusercontent.com/28475939/128653016-de756fe1-23e3-4d2d-936b-187279e7ab9a.png)

ios上经常会遇到分页列表删除,删到一定数量时,mescroll的dom计算高度会出现问题(现在只能使用resetUpScroll来解决这种问题), 官方可否增加一个类似refresh的方法重新刷新dom

不知道是不是官方小伙独爱单引号, 麻烦修改一下正则吧 ```javascript // ./node_modules/vue-cli-plugin-element-plus/generator/index.js:45:45 bug fix // edit line 41 // error code const renderIndex = lines.findIndex(line => line.match(/createApp\(App\)(\.use\(\w*\))*\.mount\('#app'\)/)) // fix code const renderIndex = lines.findIndex(line => line.match(/createApp\(App\)(\.use\(\w*\))*\.mount\(['"]#app['"]\)/)) ```

新增ProcessEvent事件,当触发process任务时,将Event替换成ProcessEvent.

域名 op.supes.top 似乎已经无法访问了,是被攻击了吗

## 配置 - 青龙面板:2.12.2 ## 先看一下axios日志错误 ![image](https://user-images.githubusercontent.com/28475939/169012181-5e8fd864-73ee-45de-9116-1dac30b752ed.png) ## postman提取参数,单独跑也是500 ![image](https://user-images.githubusercontent.com/28475939/169012398-22247b54-790e-4033-b1d7-582f8a5f7537.png) ## 去除headers.authorization 参数后接口正常200,猜测authorization参数有问题,希望修复一下 ![image](https://user-images.githubusercontent.com/28475939/169012866-1277c5bf-6db7-4cee-93e4-669ac9efa7b3.png)