1 Star 0 Fork 0

ziaozhou / schooladmin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vue.config.js 492 Bytes
一键复制 编辑 原始数据 按行查看 历史
ziaozhou 提交于 2021-02-03 16:47 . 'devdone'
// // module.exports = {
// // lintOnSave: false
// // }
// function test1(){
// return new Promise((resolve,reject)=>{
// setTimeout(()=>{
// resolve(1);
// console.log(11);
// },1000)
// })
// }
// function test2(){
// return new Promise((resolve,reject)=>{
// setTimeout(()=>{
// resolve(2);
// console.log(22);
// },2000)
// })
// }
// async function test3(){
// await test1();
// await test2();
// console.log(33);
// }
// test3()
JavaScript
1
https://gitee.com/ziaozhou/schooladmin.git
git@gitee.com:ziaozhou/schooladmin.git
ziaozhou
schooladmin
schooladmin
master

搜索帮助