From 27afef09e4fcae06c8220ed7bd3765117efd2038 Mon Sep 17 00:00:00 2001
From: Tomas <tomasysh@gmail.com>
Date: 星期五, 11 三月 2022 14:32:39 +0800
Subject: [PATCH] fix#134619: [ 顧問管理流程 ] 進入結案預約單明細,畫面往下拉重新整理後 , 畫面顯示 Not Found - 前端調整

---
 PAMapp/nuxt.config.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/PAMapp/nuxt.config.js b/PAMapp/nuxt.config.js
index 73033a1..ea5ad7f 100644
--- a/PAMapp/nuxt.config.js
+++ b/PAMapp/nuxt.config.js
@@ -72,6 +72,7 @@
   },
   router: {
     base: process.env.ENV === 'uat' ? '/pam/' : '',
+    mode: 'hash',
     middleware: ['getUrlQuery', 'errorRoute']
   }
 }

--
Gitblit v1.8.0