pull/1/head
saeid_01 5 years ago
parent 14e74e1c65
commit c488d2bb0c

@ -5,7 +5,7 @@ import $_color from "@Global/utils/module-color";
const global = {
methods: {
$_getPath(subPath = "", is_complete_url = false) {
if (is_complete_url && process.env.MIX_PUSHER_APP_PRODUCT == 'true') {
if (is_complete_url && process.env.MIX_PUSHER_APP_HAS_CDN == 'true') {
return subPath;
} else {
subPath = subPath.startsWith("/") ? subPath.substr(1) : subPath;

Loading…
Cancel
Save