From e076e42b862329be4d623f3b79c4f8ade41f3639 Mon Sep 17 00:00:00 2001 From: YANGJIANKUAN Date: Tue, 2 Dec 2025 14:41:51 +0800 Subject: [PATCH] feat: opt admin web --- plus-ui/.env.development | 4 +- plus-ui/.env.production | 4 +- plus-ui/package.json | 10 +-- plus-ui/src/views/index.vue | 163 ++---------------------------------- plus-ui/vite.config.ts | 2 +- 5 files changed, 16 insertions(+), 167 deletions(-) diff --git a/plus-ui/.env.development b/plus-ui/.env.development index 3737274..f64870a 100644 --- a/plus-ui/.env.development +++ b/plus-ui/.env.development @@ -1,6 +1,6 @@ # 页面标题 -VITE_APP_TITLE = RuoYi-Vue-Plus多租户管理系统 -VITE_APP_LOGO_TITLE = RuoYi-Vue-Plus +VITE_APP_TITLE = AR巡检管理平台 +VITE_APP_LOGO_TITLE = AR巡检管理平台 # 开发环境配置 VITE_APP_ENV = 'development' diff --git a/plus-ui/.env.production b/plus-ui/.env.production index 883c8f1..03cec98 100644 --- a/plus-ui/.env.production +++ b/plus-ui/.env.production @@ -1,6 +1,6 @@ # 页面标题 -VITE_APP_TITLE = RuoYi-Vue-Plus多租户管理系统 -VITE_APP_LOGO_TITLE = RuoYi-Vue-Plus +VITE_APP_TITLE = RAR巡检管理平台 +VITE_APP_LOGO_TITLE = AR巡检管理平台 # 生产环境配置 VITE_APP_ENV = 'production' diff --git a/plus-ui/package.json b/plus-ui/package.json index d9e2ab6..5910add 100644 --- a/plus-ui/package.json +++ b/plus-ui/package.json @@ -1,8 +1,8 @@ { "$schema": "https://json.schemastore.org/package", - "name": "ruoyi-vue-plus", - "version": "5.5.1-2.5.1", - "description": "RuoYi-Vue-Plus多租户管理系统", + "name": "AR巡检管理平台", + "version": "1.0.0", + "description": "AR巡检管理平台", "author": "LionLi", "license": "MIT", "type": "module", @@ -15,10 +15,6 @@ "lint:eslint:fix": "eslint --fix", "prettier": "prettier --write ." }, - "repository": { - "type": "git", - "url": "https://gitee.com/JavaLionLi/plus-ui.git" - }, "dependencies": { "@element-plus/icons-vue": "2.3.1", "@highlightjs/vue-plugin": "2.1.0", diff --git a/plus-ui/src/views/index.vue b/plus-ui/src/views/index.vue index 82dc470..8bbf67f 100644 --- a/plus-ui/src/views/index.vue +++ b/plus-ui/src/views/index.vue @@ -1,165 +1,18 @@ - + diff --git a/plus-ui/vite.config.ts b/plus-ui/vite.config.ts index 58ca5f2..3188078 100644 --- a/plus-ui/vite.config.ts +++ b/plus-ui/vite.config.ts @@ -24,7 +24,7 @@ export default defineConfig(({ mode, command }) => { open: true, proxy: { [env.VITE_APP_BASE_API]: { - target: 'http://localhost:8080', + target: 'http://119.45.199.65:8081', changeOrigin: true, ws: true, rewrite: (path) => path.replace(new RegExp('^' + env.VITE_APP_BASE_API), '')