Merge remote-tracking branch 'origin/master'

master
夜笙歌 2 weeks ago
commit 758d64015d

@ -1,5 +1,5 @@
# 页面标题
VITE_APP_TITLE = RuoYi-Vue-Plus多租户管理系统
VITE_APP_TITLE = 智造MOM平台系统
# 生产环境配置
VITE_APP_ENV = 'production'

@ -1,7 +1,7 @@
{
"name": "ruoyi-vue-plus",
"version": "5.2.3",
"description": "RuoYi-Vue-Plus多租户管理系统",
"description": "智造MOM平台系统",
"author": "LionLi",
"license": "MIT",
"type": "module",

@ -1,7 +1,7 @@
<template>
<div class="register">
<el-form ref="registerRef" :model="registerForm" :rules="registerRules" class="register-form">
<h3 class="title">RuoYi-Vue-Plus多租户管理系统</h3>
<h3 class="title">智造MOM平台系统</h3>
<el-form-item v-if="tenantEnabled" prop="tenantId">
<el-select v-model="registerForm.tenantId" filterable placeholder="请选择/输入公司名称" style="width: 100%">
<el-option v-for="item in tenantList" :key="item.tenantId" :label="item.companyName" :value="item.tenantId"> </el-option>

Loading…
Cancel
Save