Compare commits

...

2 Commits

Author SHA1 Message Date
袁子龙 4e91df736f refactor:()登录页面 2024-10-21 14:31:30 +08:00
袁子龙 6d06052cca refactor:()登录页面 2024-10-21 14:28:59 +08:00
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
{
"name": "muyu",
"version": "3.6.3",
"description": "智慧车联管理平台",
"author": "智慧车联管理平台",
"description": "智联运营平台",
"author": "智联运营平台",
"license": "MIT",
"scripts": {
"dev": "vue-cli-service serve",

View File

@ -1,7 +1,7 @@
<template>
<div class="login">
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form">
<h2 class="title">慧车联SaaS管理平台</h2>
<h2 class="title">联运营平台</h2>
<el-form-item prop="firmName">
<el-input
v-model="loginForm.firmName"