Browse Source

修改系统名称

wukai 1 tháng trước cách đây
mục cha
commit
f874cfd6ad
8 tập tin đã thay đổi với 12 bổ sung12 xóa
  1. 2 2
      .env.development
  2. 2 2
      .env.production
  3. 2 2
      .env.staging
  4. 1 1
      index.html
  5. 1 1
      package.json
  6. 1 1
      src/views/login.vue
  7. 1 1
      src/views/register.vue
  8. 2 2
      src/views/ws/month/index.vue

+ 2 - 2
.env.development

@@ -1,8 +1,8 @@
 # 页面标题
-VITE_APP_TITLE = 数据消费平台
+VITE_APP_TITLE = 真爱企业大脑
 
 # 开发环境配置
 VITE_APP_ENV = 'development'
 
-# 数据消费平台/开发环境
+# 真爱企业大脑/开发环境
 VITE_APP_BASE_API = '/dev-api'

+ 2 - 2
.env.production

@@ -1,10 +1,10 @@
 # 页面标题
-VITE_APP_TITLE = 数据消费平台
+VITE_APP_TITLE = 真爱企业大脑
 
 # 生产环境配置
 VITE_APP_ENV = 'production'
 
-# 数据消费平台/生产环境
+# 真爱企业大脑/生产环境
 VITE_APP_BASE_API = '/prod-api'
 
 # 是否在打包时开启压缩,支持 gzip 和 brotli

+ 2 - 2
.env.staging

@@ -1,10 +1,10 @@
 # 页面标题
-VITE_APP_TITLE = 数据消费平台
+VITE_APP_TITLE = 真爱企业大脑
 
 # 生产环境配置
 VITE_APP_ENV = 'staging'
 
-# 数据消费平台/生产环境
+# 真爱企业大脑/生产环境
 VITE_APP_BASE_API = '/stage-api'
 
 # 是否在打包时开启压缩,支持 gzip 和 brotli

+ 1 - 1
index.html

@@ -8,7 +8,7 @@
   <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
   <link rel="icon" href="/favicon.ico">
   <script src="public/global.js?t=20250228110000"></script>
-  <title>数据消费平台</title>
+  <title>真爱企业大脑</title>
   <!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]-->
   <style>
     html,

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
   "name": "ruoyi",
   "version": "3.8.9",
-  "description": "数据消费平台",
+  "description": "真爱企业大脑",
   "author": "聚聚通",
   "license": "MIT",
   "type": "module",

+ 1 - 1
src/views/login.vue

@@ -1,7 +1,7 @@
 <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"

+ 1 - 1
src/views/register.vue

@@ -1,7 +1,7 @@
 <template>
   <div class="register">
     <el-form ref="registerRef" :model="registerForm" :rules="registerRules" class="register-form">
-      <h3 class="title">数据消费平台</h3>
+      <h3 class="title">真爱企业大脑</h3>
       <el-form-item prop="username">
         <el-input
           v-model="registerForm.username"

+ 2 - 2
src/views/ws/month/index.vue

@@ -47,7 +47,7 @@
 <!--            <span class="clickable-text" @click="sf(scope.row)">{{ parseFloat(scope.row.s.price).toFixed(2) }}</span>-->
           </template>
         </el-table-column>
-        <el-table-column label="费" align="center">
+        <el-table-column label="费" align="center">
           <template #default="scope">
             <span class="clickable-text" @click="qf(scope.row)">{{ parseFloat(scope.row.q.price).toFixed(2) }}</span>
           </template>
@@ -180,7 +180,7 @@ function qf(row) {
     {type: "中亚费用(元/天)", yn: row.q.midPrice},
   ]
 
-  q_title.value = "费明细(" + new Date(row.date).Format('yyyy-MM-dd') + ")";
+  q_title.value = "费明细(" + new Date(row.date).Format('yyyy-MM-dd') + ")";
 }
 
 /** 查询能源统计列表 */