Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

组件data污染 #59

Open
zezhongmiao opened this issue Feb 8, 2021 · 0 comments
Open

组件data污染 #59

zezhongmiao opened this issue Feb 8, 2021 · 0 comments

Comments

@zezhongmiao
Copy link

问题描述

描述下你遇到的问题

组件 created: function () {
this.data=Object.assign(this.data,JSON.parse(JSON.stringify(rawData)) ) ;//rawData 组件原始data
}
this.data 页面跳转后 留存了上一次的信息

系统环境

  • 出现问题的antmove版本:
  • 没出现问题的antmove版本(如果有):
  • 操作系统:
  • Node.js版本:
  • 使用antmove命令行工具/vscode插件:
  • 转换类型(微信转支付宝等等):

node命令执行时的报错

运行antmove命令时出现的报错信息

IDE运行时调试窗口报错

在IDE或者真机上调试时出现的报错信息

复现步骤或者可用于复现的代码

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant