From 323702ae7d44f2edcd83fe8b696cb973e74832da Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Mon, 19 May 2025 17:39:15 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E5=90=8D=E7=A7=B0=EF=BC=9A?= =?UTF-8?q?=E6=99=BA=E6=85=A7=E9=A3=9F=E5=A0=82=EF=BC=8C=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E9=A2=9C=E8=89=B2=E4=BF=AE=E6=94=B9=E7=BB=BF=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .env.production | 2 +- .env.staging | 2 +- package.json | 2 +- src/api/supplierManage/index.js | 87 ++++++++++++++++++++++++++++ src/components/ThemePicker/index.vue | 4 +- src/store/modules/settings.js | 2 +- src/views/index.vue | 2 +- src/views/login.vue | 2 +- src/views/login1.vue | 2 +- src/views/register.vue | 2 +- src/views/register1.vue | 2 +- vue.config.js | 2 +- 13 files changed, 100 insertions(+), 13 deletions(-) create mode 100644 src/api/supplierManage/index.js diff --git a/.env.development b/.env.development index 1f501daa..65ef7ca3 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 绿智食堂 +VUE_APP_TITLE = 智慧食堂 # 开发环境配置 ENV = 'development' diff --git a/.env.production b/.env.production index 49e9f2cd..2a211c8e 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 绿智食堂 +VUE_APP_TITLE = 智慧食堂 # 生产环境配置 ENV = 'production' diff --git a/.env.staging b/.env.staging index 134b77cf..794c5f57 100644 --- a/.env.staging +++ b/.env.staging @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 绿智食堂 +VUE_APP_TITLE = 智慧食堂 NODE_ENV = production diff --git a/package.json b/package.json index a48ffbad..bccf076f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bonus", "version": "3.6.4", - "description": "绿智食堂", + "description": "智慧食堂", "author": "博诺思", "license": "MIT", "scripts": { diff --git a/src/api/supplierManage/index.js b/src/api/supplierManage/index.js new file mode 100644 index 00000000..2436f2f0 --- /dev/null +++ b/src/api/supplierManage/index.js @@ -0,0 +1,87 @@ +import request from '@/utils/request' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/components/ThemePicker/index.vue b/src/components/ThemePicker/index.vue index 1714e1f3..7184b91e 100644 --- a/src/components/ThemePicker/index.vue +++ b/src/components/ThemePicker/index.vue @@ -1,7 +1,7 @@