mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-12-02 19:58:18 +08:00
7 lines
139 B
JavaScript
7 lines
139 B
JavaScript
// .fes.js 只负责管理编译时配置,只能使用plain Object
|
||
|
||
|
||
export default {
|
||
publicPath: 'https://gw.alipayobjects.com/'
|
||
};
|