Commit b4b55fa1 authored by GuanHua's avatar GuanHua

feat:添加路由白名单

parent ad8d977f
...@@ -36,6 +36,9 @@ const mallLists = [ ...@@ -36,6 +36,9 @@ const mallLists = [
'/infomation', '/infomation',
'/infomation/detail', '/infomation/detail',
'/infomation/search', '/infomation/search',
'/purchaseOrder',
'/order',
'/pay',
'/shop', '/shop',
'/shop/commodity', '/shop/commodity',
'/shop/commodity/search', '/shop/commodity/search',
...@@ -54,6 +57,8 @@ const mallLists = [ ...@@ -54,6 +57,8 @@ const mallLists = [
'/channelmall/infomation/detail', '/channelmall/infomation/detail',
'/channelmall/infomation/search', '/channelmall/infomation/search',
'/channelmall/about', '/channelmall/about',
'/channelmall/purchaseOrder',
'/channelmall/order',
'/ichannelmall', '/ichannelmall',
'/ichannelmall/commodity', '/ichannelmall/commodity',
'/ichannelmall/commodity/search', '/ichannelmall/commodity/search',
...@@ -63,6 +68,8 @@ const mallLists = [ ...@@ -63,6 +68,8 @@ const mallLists = [
'/ichannelmall/infomation/detail', '/ichannelmall/infomation/detail',
'/ichannelmall/infomation/search', '/ichannelmall/infomation/search',
'/ichannelmall/about', '/ichannelmall/about',
'/ichannelmall/purchaseOrder',
'/ichannelmall/order',
] ]
// let routeAuthUrls: any[] = [] // let routeAuthUrls: any[] = []
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment