Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b785c39e37 |
@@ -1,5 +1,5 @@
|
||||
# 页面标题
|
||||
VITE_APP_TITLE = 洗船机器人服务管理系统
|
||||
VITE_APP_TITLE = 智聪科技多租户管理系统
|
||||
|
||||
# 开发环境配置
|
||||
VITE_APP_ENV = 'development'
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# 页面标题
|
||||
VITE_APP_TITLE = 洗船机器人服务管理系统
|
||||
VITE_APP_TITLE = 智聪科技多租户管理系统
|
||||
|
||||
# 生产环境配置
|
||||
VITE_APP_ENV = 'production'
|
||||
|
||||
@@ -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';
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -34,7 +34,7 @@ defineProps({
|
||||
}
|
||||
});
|
||||
|
||||
const title = ref('洗船机器人');
|
||||
const title = ref('智聪科技');
|
||||
const settingsStore = useSettingsStore();
|
||||
const sideTheme = computed(() => settingsStore.sideTheme);
|
||||
</script>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user