Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
c31aa949
Commit
c31aa949
authored
Mar 12, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增字段
parent
7b03438e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
571 additions
and
523 deletions
+571
-523
Login.vue
src/components/Login.vue
+0
-16
gonggao.vue
src/components/personalCenter/gonggao.vue
+3
-7
groupManagement.vue
src/components/platformModule/groupManagement.vue
+568
-500
No files found.
src/components/Login.vue
View file @
c31aa949
...
...
@@ -304,25 +304,9 @@ export default {
this
.
$cookie
.
set
(
"RB_Group_id"
,
userData
.
RB_Group_id
);
localStorage
.
menu
=
JSON
.
stringify
(
firstTire
)
this
.
loginState
=
0
;
// let previousPathInfo = localStorage.previousPathInfo ? JSON.parse(localStorage.previousPathInfo) : ''
// if (previousPathInfo) {
// let path = previousPathInfo.path.indexOf('login') === -1 ? previousPathInfo.path : 'index'
// let query = previousPathInfo.query ? previousPathInfo.query : {}
// this.$router.push({ path: "/"+ path, query: query });
// }else {
// this.$router.push({ path: "/index" });
// }
this
.
$router
.
push
({
path
:
"/personalCenter"
});
//登录成功后跳转页面
// this.$notify.success({
// title:'提示',
// customClass:'msgTips',
// message: '登陆成功',
// showClose: false,
// duration:1000
// });
}
else
{
this
.
$notify
.
error
({
title
:
"提示"
,
...
...
src/components/personalCenter/gonggao.vue
View file @
c31aa949
<
template
>
<div
class=
"ad"
v-loading=
"loading"
>
<div
class=
"content"
>
<div
class=
"notice-title"
>
{{
notices
.
title
}}
</div>
<div
class=
"content"
v-if=
"notices"
>
<div
class=
"notice-title"
>
{{
notices
.
title
}}
</div>
<div
v-html=
"notices.content"
></div>
<div
class=
"user"
>
{{
notices
.
updateName
}}
</div>
<div
class=
"time"
>
{{
notices
.
updateTime
?
notices
.
updateTime
.
replace
(
"T"
,
" "
):
""
}}
</div>
</div>
<div
class=
"foot"
>
<div
class=
"foot"
v-if=
"notices"
>
<div
class=
"lt"
>
<!--
<div>
附件:
</div>
<div
class=
"v"
>
<a
href=
"javascript:void(0);"
>
关于库存现金管理的通知.jpg
</a>
</div>
-->
</div>
<div
class=
"rt"
>
<span
:class=
"
{'disable':notices.maxID==0}" @click="queryNotice(notices.maxID)">
...
...
src/components/platformModule/groupManagement.vue
View file @
c31aa949
This diff is collapsed.
Click to expand it.
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