1 Star 0 Fork 194

lg/react-ant-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.env-cmdrc.js 560 Bytes
一键复制 编辑 原始数据 按行查看 历史
孔乙己拉夫米 提交于 2022-07-13 10:13 . ENV新增哈希变量控制
const dev = {
REACT_APP_ROUTERBASE: "/react-ant-admin",
REACT_APP_API_BASEURL: "/api",
REACT_APP_MODE: "development",
}
const REACT_APP_ROUTER_ISHASH = "1"
const pro = {
REACT_APP_ROUTERBASE: "/react-ant-admin",
REACT_APP_API_BASEURL: "/api",
REACT_APP_MODE: "production"
}
const REACT_APP_MOCK = "1"
const REACT_APP_COLOR = "1"
module.exports = Promise.resolve({
dev: dev,
dev_mock: {
...dev,
REACT_APP_MOCK
},
dev_color: {
...dev,
REACT_APP_COLOR
},
build: pro,
build_color: {
...pro,
REACT_APP_COLOR
}
})
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/taishandexiaocao/react-ant-admin.git
git@gitee.com:taishandexiaocao/react-ant-admin.git
taishandexiaocao
react-ant-admin
react-ant-admin
vite

搜索帮助