|
|
@ -95,6 +95,7 @@ export default { |
|
|
|
{ src: "~/plugins/vue-scroll-to" }, |
|
|
|
{ src: "~/plugins/photoswipe", mode: "client", ssr: false }, |
|
|
|
{ src: "~/plugins/plugins-print", mode: "client", ssr: false }, |
|
|
|
// {src: "~/plugins/storeCache", ssr: false },
|
|
|
|
// { src: '@/plugins/router', ssr: false} // 先僅用路由前獲取OrgID
|
|
|
|
], |
|
|
|
|
|
|
@ -118,6 +119,7 @@ export default { |
|
|
|
"@nuxtjs/auth-next", |
|
|
|
"@nuxtjs/robots", |
|
|
|
"nuxt-route-meta", |
|
|
|
"cookie-universal-nuxt", |
|
|
|
["vue-scrollto/nuxt", { duration: 300 }], |
|
|
|
], |
|
|
|
|
|
|
@ -130,8 +132,8 @@ export default { |
|
|
|
}, |
|
|
|
proxy: { |
|
|
|
'/trending': { |
|
|
|
target: 'http://www.origtek.com:3002',// 服務地址
|
|
|
|
// target: 'http://localhost:3466',// 服務地址
|
|
|
|
// target: 'http://www.origtek.com:3002',// 服務地址
|
|
|
|
target: 'http://localhost:3466',// 服務地址
|
|
|
|
pathRewrite: { |
|
|
|
'^/trending': '/' |
|
|
|
}, |
|
|
|