Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
integral-mall
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
integralMall
integral-mall
Commits
e90d361b
Commit
e90d361b
authored
Aug 23, 2022
by
caoyanzhi
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into feature/奥莱商场迭代
parents
846fe6e7
c7a96ee0
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
1 deletions
+3
-1
index.html
dist/index.html
+1
-1
main.566ccbecad82e7617bcb.js
dist/js/main.566ccbecad82e7617bcb.js
+0
-0
main.566ccbecad82e7617bcb.js.LICENSE.txt
dist/js/main.566ccbecad82e7617bcb.js.LICENSE.txt
+0
-0
App.vue
src/App.vue
+2
-0
No files found.
dist/index.html
View file @
e90d361b
<!doctype html>
<html><head><meta
charset=
"utf-8"
><meta
name=
"viewport"
content=
"width=device-width,initial-scale=1"
><link
rel=
"stylesheet"
href=
"./static/css/iconfont.css"
><link
rel=
"stylesheet"
href=
"./static/css/common.css"
><link
rel=
"shortcut icon"
type=
"image/x-icon"
href=
"./static/img/favicon.ico"
><title></title><script
defer=
"defer"
src=
"/integral-mall/js/main.
bd2843772baae732071a
.js"
></script><link
href=
"/integral-mall/css/main.80982f8932a34de8c7a8.css"
rel=
"stylesheet"
></head><body><div
id=
"app"
><div
class=
"el-loading-spinner"
style=
"width: 98%;"
><svg
viewBox=
"25 25 50 50"
class=
"circular"
><circle
cx=
"50"
cy=
"50"
r=
"20"
fill=
"none"
class=
"path"
></circle></svg></div></div><script>
(
function
()
{
<!doctype html>
<html><head><meta
charset=
"utf-8"
><meta
name=
"viewport"
content=
"width=device-width,initial-scale=1"
><link
rel=
"stylesheet"
href=
"./static/css/iconfont.css"
><link
rel=
"stylesheet"
href=
"./static/css/common.css"
><link
rel=
"shortcut icon"
type=
"image/x-icon"
href=
"./static/img/favicon.ico"
><title></title><script
defer=
"defer"
src=
"/integral-mall/js/main.
566ccbecad82e7617bcb
.js"
></script><link
href=
"/integral-mall/css/main.80982f8932a34de8c7a8.css"
rel=
"stylesheet"
></head><body><div
id=
"app"
><div
class=
"el-loading-spinner"
style=
"width: 98%;"
><svg
viewBox=
"25 25 50 50"
class=
"circular"
><circle
cx=
"50"
cy=
"50"
r=
"20"
fill=
"none"
class=
"path"
></circle></svg></div></div><script>
(
function
()
{
var
src
=
'/component/static/import-component.js?timestrap='
+
new
Date
().
getTime
();
var
host
=
window
.
location
.
host
;
host
=
host
.
indexOf
(
'localhost'
)
>
-
1
||
host
.
indexOf
(
'192.168'
)
>
-
1
?
'gicdev.demogic.com'
:
host
;
...
...
dist/js/main.
bd2843772baae732071a
.js
→
dist/js/main.
566ccbecad82e7617bcb
.js
View file @
e90d361b
This source diff could not be displayed because it is too large. You can
view the blob
instead.
dist/js/main.
bd2843772baae732071a
.js.LICENSE.txt
→
dist/js/main.
566ccbecad82e7617bcb
.js.LICENSE.txt
View file @
e90d361b
File moved
src/App.vue
View file @
e90d361b
...
...
@@ -37,6 +37,8 @@ export default {
const
useId
=
res
.
data
.
result
&&
res
.
data
.
result
.
userId
;
if
(
this
.
userId
!==
useId
)
{
this
.
userId
=
useId
;
// 切换账号后,不缓存权限数据、菜单数据、面包屑数据
window
.
notCache
=
true
;
// 串号
this
.
$confirm
(
'当前登录账号已经发生变化,如果您在其他页面已经登录另一个账号,请重新登录!'
,
'登录账号变更提示'
,
{
confirmButtonText
:
'重新登录'
,
...
...
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