diff --git a/.env.dev_build b/.env.dev_build index 2affe0c8..89f546aa 100644 --- a/.env.dev_build +++ b/.env.dev_build @@ -1,4 +1,4 @@ -VITE_USER_NODE_ENV = 'development' +VITE_USER_NODE_ENV = 'development_cloud' # VITE_APP_BASE_URL = 'https://aida.com.hk/test' # VITE_APP_BASE_URL = 'http://18.167.251.121:10088' # VITE_APP_BASE_URL = 'https://api.aida.com.hk' diff --git a/src/store/seller/index.ts b/src/store/seller/index.ts index 2c72e7ec..e8be198b 100644 --- a/src/store/seller/index.ts +++ b/src/store/seller/index.ts @@ -30,9 +30,9 @@ const seller: Module = { actions: { get_isSeller({ commit }) { - Https.axiosGet(Https.httpUrls.checkSellerDesigner).then(rv => { - commit('set_isSeller', !!rv) - }) + // Https.axiosGet(Https.httpUrls.checkSellerDesigner).then(rv => { + // commit('set_isSeller', !!rv) + // }) }, } } diff --git a/src/views/SellerDashboard/index.vue b/src/views/SellerDashboard/index.vue index 8e77457a..ec3fd089 100644 --- a/src/views/SellerDashboard/index.vue +++ b/src/views/SellerDashboard/index.vue @@ -18,7 +18,8 @@