diff --git a/.env.development b/.env.development index b98e177..7f6a777 100644 --- a/.env.development +++ b/.env.development @@ -3,11 +3,3 @@ VITE_APP_IMG_URL = 'https://shop.h888.fun/' VITE_APP_API_URL = 'https://shop.h888.fun/appapi/v1' VITE_APP_SSO_URL = 'https://sso.h888.fun/api/v1' - -VITE_APP_SSO_DOMAIN = 'localhost' - -# VITE_APP_SSO_DOMAIN = 'localhost' - -# VITE_APP_BASE_URL = 'https://localhost' - -VITE_APP_BASE_URL = 'http://localhost:5173' \ No newline at end of file diff --git a/.env.production b/.env.production index fd99bdb..4030c4b 100644 --- a/.env.production +++ b/.env.production @@ -1,13 +1,5 @@ -VITE_APP_IMG_URL = 'https://shop.h888.fun/' +VITE_APP_IMG_URL = 'https://shop.slash1000.com/' -VITE_APP_API_URL = 'https://shop.h888.fun/appapi/v1' +VITE_APP_API_URL = 'https://shop.slash1000.com/appapi/v1' -VITE_APP_SSO_URL = 'https://sso.h888.fun/api/v1' - -# VITE_APP_SSO_DOMAIN = 'e58b-111-241-124-153.jp.ngrok.io' - -VITE_APP_SSO_DOMAIN = 'h888.fun' - -VITE_APP_BASE_URL = 'https://shop.h888.fun' - -# VITE_APP_BASE_URL = 'https://e58b-111-241-124-153.jp.ngrok.io' \ No newline at end of file +VITE_APP_SSO_URL = 'https://sso.slash1000.com/api/v1' diff --git a/components.d.ts b/components.d.ts index 4cfc316..bbfbc5e 100644 --- a/components.d.ts +++ b/components.d.ts @@ -22,11 +22,13 @@ declare module '@vue/runtime-core' { VanGrid: typeof import('vant/es')['Grid'] VanGridItem: typeof import('vant/es')['GridItem'] VanIcon: typeof import('vant/es')['Icon'] + VanList: typeof import('vant/es')['List'] VanNavBar: typeof import('vant/es')['NavBar'] VanOverlay: typeof import('vant/es')['Overlay'] VanPicker: typeof import('vant/es')['Picker'] VanPopover: typeof import('vant/es')['Popover'] VanPopup: typeof import('vant/es')['Popup'] + VanPullRefresh: typeof import('vant/es')['PullRefresh'] VanRadio: typeof import('vant/es')['Radio'] VanRadioGroup: typeof import('vant/es')['RadioGroup'] VanSwipe: typeof import('vant/es')['Swipe'] diff --git a/package.json b/package.json index 9b5b4ef..f8884aa 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ "nprogress": "^0.2.0", "pinia": "^2.0.28", "postcss": "^8.4.20", + "qrcode.vue": "^3.4.0", "uuid": "^9.0.0", "vant": "^4.0.2", "vue": "^3.2.41", diff --git a/public/assets/images/logo/logo.png b/public/assets/images/logo/logo.png new file mode 100644 index 0000000..b3d43f2 Binary files /dev/null and b/public/assets/images/logo/logo.png differ diff --git a/public/assets/images/logo/logo144.png b/public/assets/images/logo/logo144.png index d4127d0..be6474e 100644 Binary files a/public/assets/images/logo/logo144.png and b/public/assets/images/logo/logo144.png differ diff --git a/public/favicon.ico b/public/favicon.ico index a29cf1c..894ca4a 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/src/assets/images/logo/logo.png b/src/assets/images/logo/logo.png index e80f176..b3d43f2 100644 Binary files a/src/assets/images/logo/logo.png and b/src/assets/images/logo/logo.png differ diff --git a/src/assets/images/logo/logo_w.jpg b/src/assets/images/logo/logo_w.jpg new file mode 100644 index 0000000..e3e81cf Binary files /dev/null and b/src/assets/images/logo/logo_w.jpg differ diff --git a/src/assets/images/logo/logo_w.png b/src/assets/images/logo/logo_w.png deleted file mode 100644 index 4454b64..0000000 Binary files a/src/assets/images/logo/logo_w.png and /dev/null differ diff --git a/src/components/Header.vue b/src/components/Header.vue index 0b7a398..389f54b 100644 --- a/src/components/Header.vue +++ b/src/components/Header.vue @@ -4,7 +4,7 @@ - +
@@ -17,8 +17,8 @@
@@ -48,7 +76,10 @@
聯絡我們

如果您有任何問題,立即聯絡我們

- LINE@客服 +

{{ shopStore.config.service_phone}}

+

{{ shopStore.config.service_email}}

+ +

匯康科技有限公司

@@ -59,6 +90,8 @@ import { ref } from 'vue' import { useCartStore } from '@/store/Cart' +import { useShopStore } from '@/store/Shop' + const showMenu = ref(false) function toggleMenu(){ @@ -67,10 +100,19 @@ function toggleMenu(){ const cartStore = useCartStore() +const shopStore = useShopStore() + diff --git a/src/components/UserHeader.vue b/src/components/UserHeader.vue index d41e91f..9a260c5 100644 --- a/src/components/UserHeader.vue +++ b/src/components/UserHeader.vue @@ -33,7 +33,7 @@