diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 537ddb4..7623e32 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -1,17 +1,31 @@ - + - + diff --git a/tsconfig.json b/tsconfig.json index afcffae..2ec5817 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,6 @@ { "compilerOptions": { "baseUrl": ".", - "incremental": true, // 只编译修改过的文件,这个时候会生成tsconfig.tsbuildinfo,下次编译的时候会进行对比只编译修改过的文件 "target": "ESNext", "useDefineForClassFields": true, "module": "ESNext",