Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
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
marketing-web
marketing
Commits
fe9c2b1e
Commit
fe9c2b1e
authored
May 10, 2022
by
crushh
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/微前端' into dev
parents
ce7e15e2
90c91423
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
App.vue
src/App.vue
+0
-1
index.js
src/router/index.js
+0
-1
No files found.
src/App.vue
View file @
fe9c2b1e
...
...
@@ -59,7 +59,6 @@ export default {
this
.
saveUserId
();
this
.
changeTab
();
this
.
$store
.
dispatch
(
'getIsShowSelfData'
);
// 展示是否显示 '仅看本人' btn 和列表展示创建人
console
.
log
(
this
.
$buttonCode
);
}
};
</
script
>
...
...
src/router/index.js
View file @
fe9c2b1e
...
...
@@ -25,7 +25,6 @@ let router = new Router({
router
.
beforeEach
((
to
,
from
,
next
)
=>
{
// 获取是否限流
let
path
=
to
.
path
;
console
.
log
(
path
);
Object
.
keys
(
to
.
params
).
map
(
key
=>
{
path
=
path
.
replace
(
to
.
params
[
key
],
`:
${
key
}
`
);
});
...
...
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