|
|
@@ -34,6 +34,10 @@ export const actions = {
|
|
|
store.commit('option/SET_USER_AGENT', userAgent)
|
|
|
store.commit('option/SET_COOKIES', cookie)
|
|
|
// console.log(req.headers.referer)
|
|
|
+ if (route.query) {
|
|
|
+ let messageType = route.query.messageType || ''
|
|
|
+ store.commit('option/GET_MESSAGETYPE', messageType)
|
|
|
+ }
|
|
|
if (cookie) {
|
|
|
if (cookie && cookie.length) {
|
|
|
for (let i = 0; i < cookie.length; i++) {
|