|
@@ -86,7 +86,6 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
async init() {
|
|
|
- console.log('触发重新发布功能 1?');
|
|
|
// 如果是微信小程序。初始化wss
|
|
|
if (getIsMin()) {
|
|
|
// this.Toastloading = Toast.loading({
|
|
@@ -94,8 +93,7 @@ export default {
|
|
|
// duration: 0,
|
|
|
// forbidClick: true,
|
|
|
// });
|
|
|
- console.log('触发重新发布功能 2?');
|
|
|
- console.log('触发重新发布功能 3?');
|
|
|
+ console.log('触发重新发布功能 4?');
|
|
|
// 每次进入页面清空 缓存数据
|
|
|
window.localStorage.clear();
|
|
|
this.isInit = false;
|