将图片源从直接使用`config_new_image`改为优先使用`config_new_image`,若不存在则使用`configList.config_new_image`。同时引入`mapState`从Vuex中获取`configList`,简化状态管理逻辑。