Closed chang0022 closed 5 years ago
tabBar: { color: '#333', selectedColor: '#007d37', list: [ { pagePath: 'pages/hello', text: 'home', iconPath: 'static/imgs/home.png', selectedIconPath: 'static/imgs/home_on.png' }, { pagePath: 'pages/my/index', text: 'my', iconPath: 'static/imgs/mine.png', selectedIconPath: 'static/imgs/mine_on.png' } ] },
iconPath 与 selectedIconPath 图片引用无效。导致报错
iconPath
selectedIconPath
项目是通过 @megalo/cli 初始化的项目。 原 build/createBaseConfig.js 有对此处理
@megalo/cli
build/createBaseConfig.js
new CopyWebpackPlugin([{ from: 'src/static', to: 'static' }])
iconPath
与selectedIconPath
图片引用无效。导致报错项目是通过
@megalo/cli
初始化的项目。 原build/createBaseConfig.js
有对此处理