xiaoshushu 3 роки тому
батько
коміт
14e5e22551

+ 1 - 1
smart-ui/.env.development

@@ -1,5 +1,5 @@
 # 页面标题
 # 页面标题
-VUE_APP_TITLE = 若依管理系统
+VUE_APP_TITLE = 西藏智慧旅游
 
 
 # 开发环境配置
 # 开发环境配置
 ENV = 'development'
 ENV = 'development'

+ 2 - 2
smart-ui/.env.production

@@ -1,8 +1,8 @@
 # 页面标题
 # 页面标题
-VUE_APP_TITLE = 若依管理系统
+VUE_APP_TITLE = 西藏智慧旅游
 
 
 # 生产环境配置
 # 生产环境配置
 ENV = 'production'
 ENV = 'production'
 
 
-# 若依管理系统/生产环境
+# 西藏智慧旅游/生产环境
 VUE_APP_BASE_API = '/prod-api'
 VUE_APP_BASE_API = '/prod-api'

+ 2 - 2
smart-ui/.env.staging

@@ -1,10 +1,10 @@
 # 页面标题
 # 页面标题
-VUE_APP_TITLE = 若依管理系统
+VUE_APP_TITLE = 西藏智慧旅游
 
 
 NODE_ENV = production
 NODE_ENV = production
 
 
 # 测试环境配置
 # 测试环境配置
 ENV = 'staging'
 ENV = 'staging'
 
 
-# 若依管理系统/测试环境
+# 西藏智慧旅游/测试环境
 VUE_APP_BASE_API = '/stage-api'
 VUE_APP_BASE_API = '/stage-api'

+ 2 - 2
smart-ui/package.json

@@ -1,8 +1,8 @@
 {
 {
   "name": "ruoyi",
   "name": "ruoyi",
   "version": "3.6.0",
   "version": "3.6.0",
-  "description": "若依管理系统",
-  "author": "若依",
+  "description": "西藏智慧旅游",
+  "author": "西藏智慧旅游",
   "license": "MIT",
   "license": "MIT",
   "scripts": {
   "scripts": {
     "dev": "vue-cli-service serve",
     "dev": "vue-cli-service serve",

+ 1 - 1
smart-ui/src/layout/components/Sidebar/Logo.vue

@@ -35,7 +35,7 @@ export default {
   },
   },
   data() {
   data() {
     return {
     return {
-      title: '若依管理系统',
+      title: '西藏智慧旅游',
       logo: logoImg
       logo: logoImg
     }
     }
   }
   }

+ 1 - 9
smart-ui/src/router/index.js

@@ -61,15 +61,7 @@ export const constantRoutes = [
   {
   {
     path: '',
     path: '',
     component: Layout,
     component: Layout,
-    redirect: 'index',
-    children: [
-      {
-        path: 'index',
-        component: (resolve) => require(['@/views/index'], resolve),
-        name: 'Index',
-        meta: { title: '首页', icon: 'dashboard', affix: true }
-      }
-    ]
+    redirect: '/business/content',
   },
   },
   {
   {
     path: '/user',
     path: '/user',

+ 1 - 1
smart-ui/src/views/login.vue

@@ -1,7 +1,7 @@
 <template>
 <template>
   <div class="login">
   <div class="login">
     <el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form">
     <el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form">
-      <h3 class="title">若依后台管理系统</h3>
+      <h3 class="title">西藏智慧旅游</h3>
       <el-form-item prop="username">
       <el-form-item prop="username">
         <el-input v-model="loginForm.username" type="text" auto-complete="off" placeholder="账号">
         <el-input v-model="loginForm.username" type="text" auto-complete="off" placeholder="账号">
           <svg-icon slot="prefix" icon-class="user" class="el-input__icon input-icon" />
           <svg-icon slot="prefix" icon-class="user" class="el-input__icon input-icon" />

+ 1 - 1
smart-ui/src/views/register.vue

@@ -1,7 +1,7 @@
 <template>
 <template>
   <div class="register">
   <div class="register">
     <el-form ref="registerForm" :model="registerForm" :rules="registerRules" class="register-form">
     <el-form ref="registerForm" :model="registerForm" :rules="registerRules" class="register-form">
-      <h3 class="title">若依后台管理系统</h3>
+      <h3 class="title">西藏智慧旅游</h3>
       <el-form-item prop="username">
       <el-form-item prop="username">
         <el-input v-model="registerForm.username" type="text" auto-complete="off" placeholder="账号">
         <el-input v-model="registerForm.username" type="text" auto-complete="off" placeholder="账号">
           <svg-icon slot="prefix" icon-class="user" class="el-input__icon input-icon" />
           <svg-icon slot="prefix" icon-class="user" class="el-input__icon input-icon" />

+ 1 - 1
smart-ui/vue.config.js

@@ -5,7 +5,7 @@ function resolve(dir) {
   return path.join(__dirname, dir)
   return path.join(__dirname, dir)
 }
 }
 
 
-const name = process.env.VUE_APP_TITLE || '若依管理系统' // 网页标题
+const name = process.env.VUE_APP_TITLE || '西藏智慧旅游' // 网页标题
 
 
 const port = process.env.port || process.env.npm_config_port || 80 // 端口
 const port = process.env.port || process.env.npm_config_port || 80 // 端口