mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
this修改
This commit is contained in:
@@ -333,7 +333,7 @@ export default {
|
||||
if (xmlhttp.status == 200) {
|
||||
clearTimeout(timer);
|
||||
$this.Internet = 1;
|
||||
this.$store.dispatch("userTrigger", {
|
||||
$this.$store.dispatch("userTrigger", {
|
||||
key: "ViewCase",//后台的事件key 发布文章且审核通过
|
||||
title: '查看案例',//事件的标题
|
||||
parameters: "",//用户自定义参数 name:value,name:value
|
||||
|
||||
Reference in New Issue
Block a user