django-vue3-admin-web/node_modules/xe-utils/helperGetLocatOrigin.js
2025-10-20 21:21:14 +08:00

8 lines
246 B
JavaScript

var staticLocation = require('./staticLocation')
function helperGetLocatOrigin () {
return staticLocation ? (staticLocation.origin || (staticLocation.protocol + '//' + staticLocation.host)) : ''
}
module.exports = helperGetLocatOrigin