@@ -1,8 +1,8 @@
# 页面标题
-VITE_APP_TITLE = 猫王智慧云播系统
+VITE_APP_TITLE = 妙播智慧管理平台
# 开发环境配置
VITE_APP_ENV = 'development'
-# 猫王智慧云播系统/开发环境
+# 妙播智慧管理平台/开发环境
VITE_APP_BASE_API = '/dev-api'
@@ -1,10 +1,10 @@
# 生产环境配置
VITE_APP_ENV = 'production'
-# 猫王智慧云播系统/生产环境
+# 妙播智慧管理平台/生产环境
VITE_APP_BASE_API = '/prod-api'
# 是否在打包时开启压缩,支持 gzip 和 brotli
VITE_APP_ENV = 'staging'
VITE_APP_BASE_API = '/stage-api'
@@ -7,7 +7,7 @@
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="icon" href="/favicon.ico">
- <title>猫王智慧云播系统</title>
+ <title>妙播智慧管理平台</title>
<!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]-->
<style>
html,
@@ -1,7 +1,7 @@
{
"name": "ruoyi",
"version": "3.8.7",
- "description": "猫王智慧云播系统",
+ "description": "妙播智慧管理平台",
"author": "猫王",
"license": "MIT",
"type": "module",
<template>
<div class="login">
<el-form ref="loginRef" :model="loginForm" :rules="loginRules" class="login-form">
- <h3 class="title">猫王智慧云播系统</h3>
+ <h3 class="title">妙播智慧管理平台</h3>
<el-form-item prop="username">
<el-input v-model="loginForm.username" type="text" size="large" auto-complete="off" placeholder="账号">
<template #prefix><svg-icon icon-class="user" class="el-input__icon input-icon" /></template>
<div class="register">
<el-form ref="registerRef" :model="registerForm" :rules="registerRules" class="register-form">
<el-input v-model="registerForm.username" type="text" size="large" auto-complete="off" placeholder="账号">