diff --git a/FrontEnd/nuxt.config.js b/FrontEnd/nuxt.config.js index d4db147..9dc8e17 100644 --- a/FrontEnd/nuxt.config.js +++ b/FrontEnd/nuxt.config.js @@ -141,8 +141,9 @@ export default { proxy: { '/trending': { // target: 'http://www.origtek.com:3002',// 服務地址 - target: 'https://showeasy.com:5000',// API 正式機 + // target: 'https://showeasy.com:5000',// API 正式機 // target: 'http://showeasy.com:3001',// API 測式機 (無SSL) + target: 'http://localhost:3466',// 本機 pathRewrite: { '^/trending': '/' }, diff --git a/FrontEnd/pages/service/_id.vue b/FrontEnd/pages/service/_id.vue index d8c1474..caa4dc6 100644 --- a/FrontEnd/pages/service/_id.vue +++ b/FrontEnd/pages/service/_id.vue @@ -100,6 +100,7 @@
${{ finalPrice }} {{ currencyName }} + {{ tax }}