优化数据问题

This commit is contained in:
mayongjian
2024-09-08 03:50:46 +08:00
parent a5a9d1db7c
commit d4f5e2468d
33 changed files with 55 additions and 2 deletions

8
.env.development Executable file
View File

@@ -0,0 +1,8 @@
# 页面标题
VITE_APP_TITLE = 管理系统
# 开发环境配置
VITE_APP_ENV = 'development'
# 若依管理系统/开发环境
VITE_APP_BASE_API = '/dev-api'

11
.env.production Executable file
View File

@@ -0,0 +1,11 @@
# 页面标题
VITE_APP_TITLE = 若依管理系统
# 生产环境配置
VITE_APP_ENV = 'production'
# 若依管理系统/生产环境
VITE_APP_BASE_API = '/prod-api'
# 是否在打包时开启压缩,支持 gzip 和 brotli
VITE_BUILD_COMPRESS = gzip

11
.env.staging Executable file
View File

@@ -0,0 +1,11 @@
# 页面标题
VITE_APP_TITLE = 若依管理系统
# 生产环境配置
VITE_APP_ENV = 'staging'
# 若依管理系统/生产环境
VITE_APP_BASE_API = '/stage-api'
# 是否在打包时开启压缩,支持 gzip 和 brotli
VITE_BUILD_COMPRESS = gzip

23
.gitignore vendored Executable file
View File

@@ -0,0 +1,23 @@
.DS_Store
node_modules/
dist/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
**/*.log
tests/**/coverage/
tests/e2e/reports
selenium-debug.log
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.local
package-lock.json
yarn.lock

0
src/assets/images/admin/admin-album.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 2.0 MiB

After

Width:  |  Height:  |  Size: 2.0 MiB

0
src/assets/images/admin/admin-category.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 781 KiB

After

Width:  |  Height:  |  Size: 781 KiB

0
src/assets/images/admin/admin-comment.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 440 KiB

After

Width:  |  Height:  |  Size: 440 KiB

0
src/assets/images/admin/admin-data.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 416 KiB

After

Width:  |  Height:  |  Size: 416 KiB

0
src/assets/images/admin/admin-log.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 635 KiB

After

Width:  |  Height:  |  Size: 635 KiB

0
src/assets/images/admin/admin-login.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

0
src/assets/images/admin/admin-member.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 853 KiB

After

Width:  |  Height:  |  Size: 853 KiB

0
src/assets/images/admin/admin-note.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 862 KiB

After

Width:  |  Height:  |  Size: 862 KiB

0
src/assets/images/app/app-follow.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 3.6 MiB

After

Width:  |  Height:  |  Size: 3.6 MiB

0
src/assets/images/app/app-hot.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.0 MiB

After

Width:  |  Height:  |  Size: 1.0 MiB

0
src/assets/images/app/app-index.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 2.7 MiB

After

Width:  |  Height:  |  Size: 2.7 MiB

0
src/assets/images/app/app-login.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 151 KiB

After

Width:  |  Height:  |  Size: 151 KiB

0
src/assets/images/app/app-main.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 939 KiB

After

Width:  |  Height:  |  Size: 939 KiB

0
src/assets/images/app/app-message.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 416 KiB

After

Width:  |  Height:  |  Size: 416 KiB

0
src/assets/images/app/app-push.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 178 KiB

After

Width:  |  Height:  |  Size: 178 KiB

0
src/assets/images/app/app-search.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 102 KiB

After

Width:  |  Height:  |  Size: 102 KiB

0
src/assets/images/app/app-trend.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 986 KiB

After

Width:  |  Height:  |  Size: 986 KiB

0
src/assets/images/app/app-user.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 2.5 MiB

After

Width:  |  Height:  |  Size: 2.5 MiB

0
src/assets/images/reward.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 731 KiB

After

Width:  |  Height:  |  Size: 731 KiB

0
src/assets/images/web/web-dashboard.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 5.7 MiB

After

Width:  |  Height:  |  Size: 5.7 MiB

0
src/assets/images/web/web-follow.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 467 KiB

After

Width:  |  Height:  |  Size: 467 KiB

0
src/assets/images/web/web-login.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 3.6 MiB

After

Width:  |  Height:  |  Size: 3.6 MiB

0
src/assets/images/web/web-message.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 326 KiB

After

Width:  |  Height:  |  Size: 326 KiB

0
src/assets/images/web/web-publish.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 304 KiB

After

Width:  |  Height:  |  Size: 304 KiB

0
src/assets/images/web/web-search.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 5.0 MiB

After

Width:  |  Height:  |  Size: 5.0 MiB

0
src/assets/images/web/web-trends.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1016 KiB

After

Width:  |  Height:  |  Size: 1016 KiB

0
src/assets/images/web/web-user.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 3.7 MiB

After

Width:  |  Height:  |  Size: 3.7 MiB

View File

@@ -222,7 +222,7 @@ import {
import { getPictureSortList, getPictureSortByUid } from "@/api/web/pictureSort";
import { getToken } from "@/utils/auth";
import PictureCropper from "@/components/PictureCropper";
import Vue from "vue";
// import Vue from "vue";
export default {
components: {

View File

@@ -224,7 +224,7 @@ import {
deletePictureSort,
stickPictureSort,
} from "@/api/web/pictureSort";
import { getListByDictTypeList } from "@/api/web/sysDictData";
// import { getListByDictTypeList } from "@/api/web/sysDictData";
import CheckPhoto from "@/components/CheckPhoto";
export default {