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
比如 const res = await this.$api.GET_MENU_DATA(); const res = await this.$api.SYS_USER_LOGIN();
这样,如果项目大一点,接口的方法只能再$api下面,变为 const res = await this.$api.demo.GET_MENU_DATA(); const res = await this.$api.user.SYS_USER_LOGIN(); 吗, 我是小白,不是刚刚接触这个框架
The text was updated successfully, but these errors were encountered:
你可以尝试修改正则代码来匹配
Sorry, something went wrong.
No branches or pull requests
比如
const res = await this.$api.GET_MENU_DATA();
const res = await this.$api.SYS_USER_LOGIN();
这样,如果项目大一点,接口的方法只能再$api下面,变为
const res = await this.$api.demo.GET_MENU_DATA();
const res = await this.$api.user.SYS_USER_LOGIN();
吗,
我是小白,不是刚刚接触这个框架
The text was updated successfully, but these errors were encountered: