diff --git a/.env.development b/.env.development index 8cee688..f73bcc9 100644 --- a/.env.development +++ b/.env.development @@ -1,10 +1,10 @@ # 页面标题 -VUE_APP_TITLE = 工程档案资料移交管理系统 +VUE_APP_TITLE = 档案预归档管理系统 # 开发环境配置 ENV = 'development' -# 工程档案资料移交管理系统/开发环境 +# 档案预归档管理系统/开发环境 VUE_APP_BASE_API = '/dev-api' # 路由懒加载 diff --git a/.env.production b/.env.production index ce5b3b8..88dbde8 100644 --- a/.env.production +++ b/.env.production @@ -1,8 +1,8 @@ # 页面标题 -VUE_APP_TITLE = 工程档案资料移交管理系统 +VUE_APP_TITLE = 档案预归档管理系统 # 生产环境配置 ENV = 'production' -# 工程档案资料移交管理系统/生产环境 +# 档案预归档管理系统/生产环境 VUE_APP_BASE_API = '/prod-api' diff --git a/.env.staging b/.env.staging index ebd607b..ab93cfd 100644 --- a/.env.staging +++ b/.env.staging @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 工程档案资料移交管理系统 +VUE_APP_TITLE = 档案预归档管理系统 BABEL_ENV = production @@ -8,5 +8,5 @@ NODE_ENV = production # 测试环境配置 ENV = 'staging' -# 工程档案资料移交管理系统/测试环境 +# 档案预归档管理系统/测试环境 VUE_APP_BASE_API = '/stage-api' diff --git a/package.json b/package.json index 80c31e0..f818345 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ruoyi", "version": "3.9.0", - "description": "工程档案资料移交管理系统", + "description": "档案预归档管理系统", "author": "bonus", "license": "MIT", "scripts": { diff --git a/public/favicon.ico b/public/favicon.ico index e263760..4a16faa 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/favicon.ico2 b/public/favicon.ico2 new file mode 100644 index 0000000..e263760 Binary files /dev/null and b/public/favicon.ico2 differ diff --git a/public/styles/theme-chalk/favicon.ico b/public/styles/theme-chalk/favicon.ico new file mode 100644 index 0000000..4a16faa Binary files /dev/null and b/public/styles/theme-chalk/favicon.ico differ diff --git a/src/api/data-collect/data-set-manage.js b/src/api/data-collect/data-set-manage.js index adc4f74..67eea29 100644 --- a/src/api/data-collect/data-set-manage.js +++ b/src/api/data-collect/data-set-manage.js @@ -3,8 +3,8 @@ import request from '@/utils/request' // 获取左侧树列表接口 export function getLeftTreeListAPI(data) { return request({ - url: '/smartArchives/***', - method: 'POST', + url: '/smartArchives/data/classify/listAll', + method: 'GET', data: data, }) } @@ -12,7 +12,7 @@ export function getLeftTreeListAPI(data) { // 获取数据列表接口 export function getListDataSetAPI(data) { return request({ - url: '/smartArchives/***', + url: '/smartArchives/data/Collect/list', method: 'GET', params: data, }) diff --git a/src/assets/images/login-background.jpg b/src/assets/images/login-background.jpg index 8a89eb8..3b06080 100644 Binary files a/src/assets/images/login-background.jpg and b/src/assets/images/login-background.jpg differ diff --git a/src/assets/images/login-background2.jpg b/src/assets/images/login-background2.jpg new file mode 100644 index 0000000..8a89eb8 Binary files /dev/null and b/src/assets/images/login-background2.jpg differ diff --git a/src/assets/images/pay.png b/src/assets/images/pay.png deleted file mode 100644 index bb8b967..0000000 Binary files a/src/assets/images/pay.png and /dev/null differ diff --git a/src/assets/logo/logo.png b/src/assets/logo/logo.png index e263760..4a16faa 100644 Binary files a/src/assets/logo/logo.png and b/src/assets/logo/logo.png differ diff --git a/src/assets/styles/variables.scss b/src/assets/styles/variables.scss index 34484d4..b585086 100644 --- a/src/assets/styles/variables.scss +++ b/src/assets/styles/variables.scss @@ -36,7 +36,7 @@ $base-sub-menu-background:#000c17; $base-sub-menu-hover:#001528; */ -$base-sidebar-width: 200px; +$base-sidebar-width: 250px; // the :export directive is the magic sauce for webpack // https://www.bluematador.com/blog/how-to-share-variables-between-js-and-sass diff --git a/src/components/Breadcrumb/index.vue b/src/components/Breadcrumb/index.vue index 080595a..80cce6a 100644 --- a/src/components/Breadcrumb/index.vue +++ b/src/components/Breadcrumb/index.vue @@ -96,7 +96,7 @@ export default { line-height: 50px; margin-left: 8px; .no-redirect { - color: #97a8be; + color: #fff; cursor: text; } } diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 5c31196..51a4348 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -9,13 +9,13 @@