super-ai
Results
2
comments of
super-ai
直接在webpack中配置 非常简单 ``` devServer: { "proxy": { "/login": { "target": "http://localhost:8080", }, "/api/*": { "target": "http://localhost:8080", } } } ```
不太一样 ignoreSchemaCache设置为true后 也只是在页面打开时候取schema 我想要的效果是 点击编辑按钮时候 就去取一次schema