dashboard
repositories
filestore
activity
search
login
html
/
scene/scene_wxscore_business
微信支付分
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
接口修改
zhaoxiaoqiang
2021-08-31
20365ba048f4042dfdc223cf2a6fa8c2d5a699f3
[html/scene/scene_wxscore_business.git]
/
src
/
store
/
module
/
test.js
1
2
3
4
5
6
7
8
9
10
11
export default {
namespaced:true,
state:{
text:"1232"
},
mutations:{
add(state,{value}){
state.text = value;
}
}
}