We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
提示过期怎么处理?
The text was updated successfully, but these errors were encountered:
@zyzweb
应该是配置文件没弄好。 需要把host也配置上。
// .easy-mock.js 配置文件 { host: 'http://localhost:8080/', // easy-mock的源,没有本地部署的话不用写,本地部署则填本地服务地址 output: "../", // 生成 API 的基础目录 template: "../", // 指定模板,这里用本地写的模板 projects: [ // 可以有多个模板来源 { "id": "你要创建的 Easy Mock 项目的 id", // 刚刚记下来的 Project ID "name": "api" // 生成的output目录下的文件名 } ] }
Sorry, something went wrong.
No branches or pull requests
提示过期怎么处理?
The text was updated successfully, but these errors were encountered: