@@ -25,7 +25,7 @@ export default {
#app {
width: 100vw;
- max-width: 500px;
+ // max-width: 500px;
margin: 0 auto;
overflow: hidden;
}
@@ -98,6 +98,7 @@ export default {
},
created() {
+ document.querySelector("#app").style.maxWidth = "500px";
this.getList();
mounted() {},
@@ -118,6 +118,8 @@ export default {
+
let code = this.getQueryString("code");
console.log("---------", code);
@@ -239,7 +239,7 @@ methods: {
-
+document.querySelector("#app").style.maxWidth = "";
mounted() {