diff --git a/.env.development b/.env.development
index 49879e8..6ad124d 100644
--- a/.env.development
+++ b/.env.development
@@ -1,11 +1,11 @@
# 页面标题
-VUE_APP_TITLE = 西瓜后台管理系统
+VUE_APP_TITLE = 遇见良缘管理系统
# 开发环境配置
ENV = 'development'
# process.env.VUE_APP_SYSTEM_HOME
-VUE_APP_SYSTEM_HOME = '西瓜'
+VUE_APP_SYSTEM_HOME = '遇见良缘'
# 若依管理系统/开发环境
VUE_APP_BASE_API = '/dev-api'
diff --git a/.env.production b/.env.production
index f145831..2a0e164 100644
--- a/.env.production
+++ b/.env.production
@@ -1,10 +1,10 @@
# 页面标题
-VUE_APP_TITLE = 麻瓜后台管理系统
+VUE_APP_TITLE = 遇见良缘管理系统
# 生产环境配置
ENV = 'production'
-VUE_APP_SYSTEM_HOME = '麻瓜'
+VUE_APP_SYSTEM_HOME = '遇见良缘'
# 若依管理系统/生产环境
VUE_APP_BASE_API = '/prod-api'
diff --git a/src/api/xq/userPictures.js b/src/api/xq/userPictures.js
index bb2341b..181f734 100644
--- a/src/api/xq/userPictures.js
+++ b/src/api/xq/userPictures.js
@@ -9,6 +9,15 @@ export function listUserPictures(query) {
})
}
+// 查询用户相册管理列表合集
+export function listUserPicturesMerge(query) {
+ return request({
+ url: '/xq/userPictures/list/merge',
+ method: 'get',
+ params: query
+ })
+}
+
// 查询用户相册管理详细
export function getUserPictures(id) {
return request({
diff --git a/src/views/login.vue b/src/views/login.vue
index 0d4b1ed..c6a1e71 100644
--- a/src/views/login.vue
+++ b/src/views/login.vue
@@ -70,7 +70,7 @@ export default {
name: "Login",
data() {
return {
- systemTitleHome: process.env.VUE_APP_SYSTEM_HOME + '后台管理系统',
+ systemTitleHome: process.env.VUE_APP_SYSTEM_HOME + '管理系统',
codeUrl: "",
loginForm: {
username: "admin",
diff --git a/src/views/register.vue b/src/views/register.vue
index d0bfcf8..145a608 100644
--- a/src/views/register.vue
+++ b/src/views/register.vue
@@ -80,7 +80,7 @@ export default {
}
};
return {
- systemTitleHome: process.env.VUE_APP_SYSTEM_HOME + '后台管理系统',
+ systemTitleHome: process.env.VUE_APP_SYSTEM_HOME + '管理系统',
codeUrl: "",
registerForm: {
username: "",
diff --git a/src/views/xq/dynamic/index.vue b/src/views/xq/dynamic/index.vue
index a842bef..9712f1d 100644
--- a/src/views/xq/dynamic/index.vue
+++ b/src/views/xq/dynamic/index.vue
@@ -73,7 +73,7 @@
-
+
diff --git a/src/views/xq/userPictures/index.vue b/src/views/xq/userPictures/index.vue
index 321304f..37a647d 100644
--- a/src/views/xq/userPictures/index.vue
+++ b/src/views/xq/userPictures/index.vue
@@ -129,7 +129,6 @@
:limit.sync="queryParams.pageSize"
@pagination="getList"
/>
-
@@ -141,11 +140,10 @@ import {
userPicturesAuditSuccess
} from '@/api/xq/userPictures'
import { auditStatusList } from '@/constant/statusMap'
-import AddUserPictureDialog from '@/views/xq/userPictures/add-user-picture-dialog.vue'
export default {
name: 'UserPictures',
- components: { AddUserPictureDialog },
+ components: { },
data() {
return {
auditStatusList,
diff --git a/src/views/xq/userPictures/add-user-picture-dialog.vue b/src/views/xq/userPicturesManager/add-or-update-user-picture-dialog.vue
similarity index 100%
rename from src/views/xq/userPictures/add-user-picture-dialog.vue
rename to src/views/xq/userPicturesManager/add-or-update-user-picture-dialog.vue
diff --git a/src/views/xq/userPicturesManager/index.vue b/src/views/xq/userPicturesManager/index.vue
new file mode 100644
index 0000000..03c322c
--- /dev/null
+++ b/src/views/xq/userPicturesManager/index.vue
@@ -0,0 +1,148 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 修改
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/xq/userWithdraw/index.vue b/src/views/xq/userWithdraw/index.vue
index 76c1762..2694f52 100644
--- a/src/views/xq/userWithdraw/index.vue
+++ b/src/views/xq/userWithdraw/index.vue
@@ -94,11 +94,10 @@
import { delUserWithdraw, listUserWithdraw, userWithdrawAuditFail } from '@/api/xq/userWithdraw'
import { auditStatusList } from '@/constant/statusMap'
import WithdrawSuccessDialog from '@/views/xq/userWithdraw/withdraw-success-dialog.vue'
-import AddUserPictureDialog from '@/views/xq/userPictures/add-user-picture-dialog.vue'
export default {
name: "UserWithdraw",
- components: { AddUserPictureDialog, WithdrawSuccessDialog},
+ components: { WithdrawSuccessDialog},
data() {
return {
auditStatusList,