login/register update

This commit is contained in:
2023-12-20 22:45:32 +08:00
parent 29fe82a05b
commit c0a044355b
8 changed files with 299 additions and 84 deletions

View File

@@ -1,6 +1,7 @@
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true,
lintOnSave:false,//关闭语法检查
devServer: {
client: {
overlay: false // 编译错误时,取消全屏覆盖