mjcEatYou
Results
2
issues of
mjcEatYou
## What happens? A clear and concise description of what the bug is. https://github.com/eggjs/egg-view-assets/blob/52f2aac23bf34eff576fe2ed1c82a6075874b38b/app.js#L22 这行代码固定了local环境下asset的资源路径为127.0.0.1 做手机页面的时候,需要在手机调试js-sdk功能,这时候的 resourceBase 是127.0.0.1,资源访问不到 ## Mini Showcase Repository(REQUIRED) > Provide a mini GitHub repository which can...
type: improve
Inactive
I cloned the repo and wants to run the project by following the instruction below: ```shell $ npm install $ npm run build:dll $ npm run build & npm run...