Exp1oit Yao

Results 5 comments of Exp1oit Yao

``` export function adminlist(data) { return request({ url: '/user/adminlist', method: 'post', data }) } ``` 不需要写死地址。可以利用不同的启动命令去启动不同环境。 ``` # just a flag ENV = 'development' # base api VUE_APP_BASE_API = 'http://127.0.0.1:8000/api/'...

这边建议你用分流开个sock端口,用其他浏览器开自动分流国内外

I'm using a translation software to translate the dialogue. There may be mistakes, please forgive me **I'm trying to use the dill module to convert a coroutine object into something...

[Example for running celery task which includes db transcation in async fastapi app](https://github.com/tiangolo/fastapi/issues/1366) ``` async def some_task(param1: str, param2: str, current_task_ref): await db.connect() # interact with db tot = 1e4...