From 9c74f31c6e41de2bb2f6175a290f42d91968844e Mon Sep 17 00:00:00 2001
From: Mila <Mila@pollex.com.tw>
Date: 星期二, 11 一月 2022 14:24:17 +0800
Subject: [PATCH] update: TODO#132493 客戶端收到簡訊/EMAIL後進行滿意度評分

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

diff --git a/PAMapp/nuxt.config.js b/PAMapp/nuxt.config.js
index 0822ef0..8837d9a 100644
--- a/PAMapp/nuxt.config.js
+++ b/PAMapp/nuxt.config.js
@@ -70,6 +70,6 @@
   },
   router: {
     base: process.env.ENV === 'uat' ? '/pam/' : '',
-    middleware: 'errorRouteMiddleware'
+    middleware: ['getUrlQuery', 'errorRoute']
   }
 }

--
Gitblit v1.8.0