Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mayi-mp-shop
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
程默
mayi-mp-shop
Commits
27241d6a
Commit
27241d6a
authored
Mar 09, 2021
by
程默
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
45759e10
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
src/pages/tabBar1/index.vue
+1
-1
src/pages/tabBar2/index.vue
+1
-1
src/pages/tabBar3/index.vue
+1
-1
src/pages/tabBar4/index.vue
+1
-1
src/utils/mayi.js
+2
-2
No files found.
src/pages/tabBar1/index.vue
View file @
27241d6a
...
...
@@ -51,7 +51,7 @@ export default {
if
(
!
this
.
ss
&&
ss
)
{
this
.
ss
=
`&sessionid=
${
ss
}
`
;
}
else
if
(
!
ss
){
!
this
.
params
.
includes
(
'logOut=true'
)
&&
(
this
.
params
+=
"&logOut=true"
)
//
!this.params.includes('logOut=true') && (this.params+="&logOut=true")
}
else
{
this
.
params
+=
`×tamp=
${
new
Date
().
getTime
()}
`
}
...
...
src/pages/tabBar2/index.vue
View file @
27241d6a
...
...
@@ -50,7 +50,7 @@ export default {
if
(
!
this
.
ss
&&
ss
)
{
this
.
ss
=
`&sessionid=
${
ss
}
`
;
}
else
if
(
!
ss
){
this
.
params
+=
"&logOut=true"
//
this.params+="&logOut=true"
}
else
{
this
.
params
+=
`×tamp=
${
new
Date
().
getTime
()}
`
}
...
...
src/pages/tabBar3/index.vue
View file @
27241d6a
...
...
@@ -56,7 +56,7 @@ export default {
if
(
!
this
.
ss
&&
ss
)
{
this
.
ss
=
`&sessionid=
${
ss
}
`
;
}
else
if
(
!
ss
){
this
.
params
+=
"&logOut=true"
//
this.params+="&logOut=true"
}
else
{
this
.
params
+=
`×tamp=
${
new
Date
().
getTime
()}
`
}
...
...
src/pages/tabBar4/index.vue
View file @
27241d6a
...
...
@@ -56,7 +56,7 @@ export default {
if
(
!
this
.
ss
&&
ss
)
{
this
.
ss
=
`&sessionid=
${
ss
}
`
;
}
else
if
(
!
ss
){
this
.
params
+=
"&logOut=true"
//
this.params+="&logOut=true"
}
else
{
this
.
params
+=
`×tamp=
${
new
Date
().
getTime
()}
`
}
...
...
src/utils/mayi.js
View file @
27241d6a
...
...
@@ -29,7 +29,7 @@ export function $themeToLink(data, option) {
let
type
=
data
.
type
;
// 点击底部栏--
// if (option
) {
if
(
type
!=
2
)
{
// 登录拦截
let
parseLink
=
getUrlofLink
(
data
);
let
aa
=
noLoginListPath
.
includes
(
parseLink
)
||
parseLink
.
substr
(
0
,
7
)
==
"/goods/"
...
...
@@ -52,7 +52,7 @@ export function $themeToLink(data, option) {
}
// console.log(option, data,'---',parseLink == '/' ? '/pages/home/main' : `/pages/tabBar${isTabbarIndex}/main`)
// return
//
}
}
// 历史数据
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment