Compare commits

1 Commits

Author SHA1 Message Date
tianyongbao
b785c39e37 fix: 取消接口加密配置。 2026-02-08 15:54:58 +08:00
7 changed files with 7 additions and 7 deletions

View File

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

View File

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

View File

@@ -6,7 +6,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';

View File

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

View File

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

View File

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

View File

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