hookehuyr

fix

...@@ -143,7 +143,7 @@ watch( ...@@ -143,7 +143,7 @@ watch(
143 Cookies.set($route.query.code, JSON.stringify({ [props.item.key]: currentValue })); 143 Cookies.set($route.query.code, JSON.stringify({ [props.item.key]: currentValue }));
144 } 144 }
145 } 145 }
146 - ); 146 +);
147 </script> 147 </script>
148 148
149 <style lang="less" scoped> 149 <style lang="less" scoped>
......