Commit c31aa949 authored by 黄奎's avatar 黄奎

新增字段

parent 7b03438e
......@@ -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: "提示",
......
<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)">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment