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
最近在运用公司的一套基于fis的基础框架开发,设计框架的大牛走了,留下无数疑惑。 其中关于fis-conf.js文件中有这样的配置: fis.config.set('context_path',"/open");
请问小姐姐,这个配置是干嘛的?
The text was updated successfully, but these errors were encountered:
这个是设置一些值的一个方式。
你可以看看,配置文件的其他地方用了 fis.config.get() 来获取这个值。
fis.config.get()
另外,都是抠脚大汉。
Sorry, something went wrong.
No branches or pull requests
最近在运用公司的一套基于fis的基础框架开发,设计框架的大牛走了,留下无数疑惑。
其中关于fis-conf.js文件中有这样的配置:
fis.config.set('context_path',"/open");
请问小姐姐,这个配置是干嘛的?
The text was updated successfully, but these errors were encountered: