// common/config.js export default { url: '', // 这里不需要设置,因为后端地址从 Vuex 中获取 header: { Authorization: '', 'Content-type': '' }, complete: () => {} };