|
|
@@ -162,20 +162,20 @@
|
|
|
}
|
|
|
},
|
|
|
created() {
|
|
|
- [1, 2].forEach((item) => {
|
|
|
- setTimeout(()=>{
|
|
|
- this.$notify({
|
|
|
- title: '提示',
|
|
|
- message: '消息消息',
|
|
|
- position: 'bottom-right',
|
|
|
- duration: 0,
|
|
|
- onClose: (a) => {
|
|
|
- console.log(item);
|
|
|
- }
|
|
|
- });
|
|
|
- },500)
|
|
|
+ // [1, 2].forEach((item) => {
|
|
|
+ // setTimeout(()=>{
|
|
|
+ // this.$notify({
|
|
|
+ // title: '提示',
|
|
|
+ // message: '消息消息',
|
|
|
+ // position: 'bottom-right',
|
|
|
+ // duration: 0,
|
|
|
+ // onClose: (a) => {
|
|
|
+ // console.log(item);
|
|
|
+ // }
|
|
|
+ // });
|
|
|
+ // },500)
|
|
|
|
|
|
- });
|
|
|
+ // });
|
|
|
|
|
|
if (getToken()) {
|
|
|
let url =
|