1.在src/utils目录下创建js文件 http.js Http = 'http:127.0.0.1:xxxx' 2.在main.js中引入 import './utils/http' 3.在组件中直接使用 uploadUrl: Http + '/add'