Compare commits

4 Commits

Author SHA1 Message Date
tianyongbao
0e2d1799f7 fix: 系统名称修改。 2026-02-08 16:26:10 +08:00
tianyongbao
ec5bf9c0af fix: 取消接口加密配置。 2026-02-08 16:23:52 +08:00
tianyongbao
a518e238f9 fix: 修改nginx配置文件。 2026-02-08 16:13:17 +08:00
tianyongbao
71b9291521 fix: 修改系统名称。 2026-02-08 15:52:55 +08:00
7 changed files with 8 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
# 页面标题 # 页面标题
VITE_APP_TITLE = 智聪科技多租户管理系统 VITE_APP_TITLE = 洗船机器人服务管理系统
# 开发环境配置 # 开发环境配置
VITE_APP_ENV = 'development' VITE_APP_ENV = 'development'

View File

@@ -1,5 +1,5 @@
# 页面标题 # 页面标题
VITE_APP_TITLE = 智聪科技多租户管理系统 VITE_APP_TITLE = 洗船机器人服务管理系统
# 生产环境配置 # 生产环境配置
VITE_APP_ENV = 'production' VITE_APP_ENV = 'production'
@@ -22,7 +22,7 @@ VITE_BUILD_COMPRESS = gzip
VITE_APP_PORT = 80 VITE_APP_PORT = 80
# 接口加密功能开关(如需关闭 后端也必须对应关闭) # 接口加密功能开关(如需关闭 后端也必须对应关闭)
VITE_APP_ENCRYPT = true VITE_APP_ENCRYPT = false
# 接口加密传输 RSA 公钥与后端解密私钥对应 如更换需前后端一同更换 # 接口加密传输 RSA 公钥与后端解密私钥对应 如更换需前后端一同更换
VITE_APP_RSA_PUBLIC_KEY = 'MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBAKoR8mX0rGKLqzcWmOzbfj64K8ZIgOdHnzkXSOVOZbFu/TJhZ7rFAN+eaGkl3C4buccQd/EjEsj9ir7ijT7h96MCAwEAAQ==' VITE_APP_RSA_PUBLIC_KEY = 'MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBAKoR8mX0rGKLqzcWmOzbfj64K8ZIgOdHnzkXSOVOZbFu/TJhZ7rFAN+eaGkl3C4buccQd/EjEsj9ir7ijT7h96MCAwEAAQ=='
# 接口响应解密 RSA 私钥与后端加密公钥对应 如更换需前后端一同更换 # 接口响应解密 RSA 私钥与后端加密公钥对应 如更换需前后端一同更换

View File

@@ -6,7 +6,7 @@
<meta name="renderer" content="webkit" /> <meta name="renderer" content="webkit" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
<link rel="icon" href="/favicon.ico" /> <link rel="icon" href="/favicon.ico" />
<title>智聪科技多租户管理系统</title> <title>洗船机器人服务管理系统</title>
<!--[if lt IE 11 <!--[if lt IE 11
]><script> ]><script>
window.location.href = '/html/ie.html'; window.location.href = '/html/ie.html';

View File

@@ -24,7 +24,7 @@ http {
upstream server { upstream server {
ip_hash; ip_hash;
# gateway 地址 # gateway 地址
server 117.72.197.29:8091; server 117.72.197.29:8028;
# server 127.0.0.1:8081; # server 127.0.0.1:8081;
} }

View File

@@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/package", "$schema": "https://json.schemastore.org/package",
"name": "ruoyi-vue-plus", "name": "ruoyi-vue-plus",
"version": "5.5.0-2.5.0", "version": "5.5.0-2.5.0",
"description": "智聪科技多租户管理系统", "description": "洗船机器人服务管理系统",
"author": "LionLi", "author": "LionLi",
"license": "MIT", "license": "MIT",
"type": "module", "type": "module",

View File

@@ -34,7 +34,7 @@ defineProps({
} }
}); });
const title = ref('智聪科技'); const title = ref('洗船机器人');
const settingsStore = useSettingsStore(); const settingsStore = useSettingsStore();
const sideTheme = computed(() => settingsStore.sideTheme); const sideTheme = computed(() => settingsStore.sideTheme);
</script> </script>

View File

@@ -19,7 +19,7 @@
<h1 class="welcome-title"> <h1 class="welcome-title">
<span class="title-line">欢迎使用</span> <span class="title-line">欢迎使用</span>
<span class="title-line main-title">智聪科技多租户管理系统</span> <span class="title-line main-title">洗船机器人服务管理系统</span>
</h1> </h1>
<p class="welcome-subtitle">专业 · 高效 · 智能</p> <p class="welcome-subtitle">专业 · 高效 · 智能</p>