A: 根目录/config/api.js dev,本地运行,例如yarn run dev这类型时读取。 prod 编译运行,例如yarn build 之后的项目,api读取api_prod中的配置文件。
A: 根目录/config/api.js
dev,本地运行,例如yarn run dev这类型时读取。
prod 编译运行,例如yarn build 之后的项目,api读取api_prod中的配置文件。
A: 配置文件配置中 lili.system.isDemoSite 为true时,系统部分功能限制,会出现这个提示。
to be continued(未完待续)…
← 参考