Browse Source

ci: 修改_publicPathMap production地址

master
shizhanyi 4 years ago
parent
commit
f2fb82ea7f
  1. BIN
      .DS_Store
  2. 10
      README.md
  3. 2
      vue.config.js

BIN
.DS_Store

10
README.md

@ -1,11 +1,5 @@
## Matrix Magic
【UI设计稿】https://lanhuapp.com/url/SXreM-EAlL8
#### 模版图例
![matrix-magic](https://j1.58cdn.com.cn/bicfe/static/mds/matrix-magic.png)
#### 开发构建
``` shell
@ -76,7 +70,3 @@ revert commit 回退
#### 参与贡献-数据可视化模版
* 待定
#### 帮助
- [x] [常见命名参考](http://igit.58corp.com/bic-fe-common/bic-guide/blob/master/%E5%B8%B8%E8%A7%81%E5%91%BD%E5%90%8D%E5%8F%82%E8%80%83%E8%A7%84%E8%8C%83.md)

2
vue.config.js

@ -12,7 +12,7 @@ const port = process.env.port || process.env.npm_config_port || 9527 // dev port
const _publicPathMap = {
development: '/',
production: 'https://ape_card.gitee.io/matrix-template-vertical/'
production: 'https://matrix-magic.gitee.io/matrix-template-vertical/'
}
module.exports = {

Loading…
Cancel
Save