Commit e8ced698 authored by 黄奎's avatar 黄奎

页面修改

parent 126f0b32
<template> <template>
<div class="notice-c"> <div class="notice-c" v-if="CurrentUserInfo.RB_Group_id==2">
<div class="item"> <div class="item">
<div class="content"> <div class="content">
<div class="name-box"> <div class="name-box">
...@@ -63,9 +63,22 @@ ...@@ -63,9 +63,22 @@
</div> </div>
</template> </template>
<script> <script>
export default {}; export default {
data() {
return {
CurrentUserInfo: {},
};
},
mounted() {
this.CurrentUserInfo = this.getLocalStorage();
},
methods: {
}
};
</script> </script>
<style scoped> <style>
.notice-c { .notice-c {
position: absolute; position: absolute;
top: 60px; top: 60px;
......
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