file.js 280 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 /* * @Description: * @Autor: renchao * @LastEditTime: 2023-05-16 13:36:44 */ let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl')) export function uploadUrl () { return process.env.VUE_APP_BASE_API + SERVER.SERVERAPI + '/file/upload' }