戴艳蓉 3 years ago
parent
commit
29ffe76203
1 changed files with 10 additions and 0 deletions
  1. 10 0
      src/App.vue

+ 10 - 0
src/App.vue

@@ -15,6 +15,16 @@ export default {
     };
   },
   async created() {
+    // let list1=''
+    // let list2=""
+    // const key=".",zhkey='xiaod',mmkey='223322'
+    // for(let i=0;i<500;i++){
+    //   list1+=`${i===0?'':key}${zhkey}${i+1}`
+    //   list2+=`${i===0?'':key}${mmkey}`
+
+    // }
+    // console.log(list1);
+    // console.log(list2);
     if (JudgeEnvironment() === "isDingDing") {
       await this.testing();
     } else {