From ca0a7f70aae97cba3e8ad5fbbd3e85952e1a4b2f Mon Sep 17 00:00:00 2001 From: saeid_01 Date: Sun, 1 Sep 2019 22:18:46 +0430 Subject: [PATCH] commit --- public/mix-manifest.json | 10 +++++----- resources/js/Global/services/api.services.js | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/public/mix-manifest.json b/public/mix-manifest.json index 5a6f86b..e59dd88 100644 --- a/public/mix-manifest.json +++ b/public/mix-manifest.json @@ -1,7 +1,7 @@ { - "/js/vue/Authentication/app.js": "/js/vue/Authentication/app.js?id=a3c38711b09aaedc50dc", - "/js/vue/Home/app.js": "/js/vue/Home/app.js?id=356f66fbb3cb99f5c596", - "/js/vue/Modules/CRM/app.js": "/js/vue/Modules/CRM/app.js?id=de9e6779f1bb079ba1a1", - "/js/vue/Modules/Reservation/app.js": "/js/vue/Modules/Reservation/app.js?id=302a5f0d2c4cc7dbbfb5", - "/js/vue/User/app.js": "/js/vue/User/app.js?id=31d333a3b4b73ad2aed9" + "/js/vue/Authentication/app.js": "/js/vue/Authentication/app.js?id=c9ebdffec50d82145867", + "/js/vue/Home/app.js": "/js/vue/Home/app.js?id=e2cd567ef427a1285194", + "/js/vue/Modules/CRM/app.js": "/js/vue/Modules/CRM/app.js?id=21ca2c0fd50704c54125", + "/js/vue/Modules/Reservation/app.js": "/js/vue/Modules/Reservation/app.js?id=ecddb140ee87bb6dfc7c", + "/js/vue/User/app.js": "/js/vue/User/app.js?id=ba20da8154c5c04c0dd6" } diff --git a/resources/js/Global/services/api.services.js b/resources/js/Global/services/api.services.js index 8162070..120c465 100644 --- a/resources/js/Global/services/api.services.js +++ b/resources/js/Global/services/api.services.js @@ -4,10 +4,10 @@ import commonState from '@Global/store/modules/common/state'; const ApiService = { init(baseURL = null) { - // if (baseURL) { - baseURL = 'https://www.willaengine.ir' + if (baseURL) { + // baseURL = 'https://www.willaengine.ir' axios.defaults.baseURL = baseURL; - // } + } axios.interceptors.request.use((config) => { config.headers = this.setModuleHeader(config.headers);