1.在src/utils目錄下創(chuàng)建js文件 http.js Http = 'http:127.0.0.1:xxxx' 2.在main.js中引入 import './utils/http' 3.在組件中直接使用 uploadUrl: Http + '/add'