Skip to content

Commit

Permalink
Merge pull request #149 from ts-react/v1
Browse files Browse the repository at this point in the history
docs: 添加使用案例
  • Loading branch information
wangxingkang authored Jun 8, 2019
2 parents 099b254 + 638a6ec commit fa189c4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@

<img height="200" src="https://github.com/ts-react/react-admin-template/blob/gh-pages/assets/dingding.jpeg"></img>

# 使用案例

> 如果你的项目使用了此模板 可给出访问链接
- [fashop-admin](https://github.com/mojisrc/fashop-admin/tree/v3) 正在开发中...

# 广告

[awesome-frontend](https://github.com/wangxingkang/awesome-frontend) 整理前端相关的博客、教程、库... 欢迎查阅
Expand Down
4 changes: 2 additions & 2 deletions config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ if (serverConfig[SERVER_ENV]) {
export default {
plugins,
targets: {
ie: 11
ie: 11,
},
treeShaking: true,
define: {
BASE_URL: serverConfig[SERVER_ENV] || serverConfig.localhost
BASE_URL: BaseURL,
},
// 路由配置
routes,
Expand Down

0 comments on commit fa189c4

Please sign in to comment.