diff --git a/project/sass/apps/AppCarousel/AppCarousel.vue b/project/sass/apps/AppCarousel/AppCarousel.vue
index e8d9ef6f..7ffca49d 100644
--- a/project/sass/apps/AppCarousel/AppCarousel.vue
+++ b/project/sass/apps/AppCarousel/AppCarousel.vue
@@ -2,15 +2,13 @@
-
+
-
添加
-
-
+
- 取消发布
- 发布
-
- 详情
- 编辑
- 删除
+
+ 取消发布
+ 发布
+ 详情
+ 编辑
+ 删除
+
@@ -57,12 +56,16 @@
+ :selectList="dict.getDict('bannerType')">
+
+
+
@@ -83,6 +86,9 @@
{{ dialogInfo.linkUrl }}
+
+ {{ this.dict.getLabel('bannerPosition', dialogInfo.position) }}
+
@@ -131,6 +137,7 @@ export default {
imgUrl: [],
type: '',
linkUrl: '',
+ position: ''
},
// fileList: '',
formRules: {
@@ -175,7 +182,7 @@ export default {
watch: {},
// 实例创建后
created() {
- this.dict.load('bannerType', 'bannerSstatus').then(() => {
+ this.dict.load('bannerType', 'bannerSstatus', 'bannerPosition').then(() => {
this.getList()
})
// this.getList()
@@ -231,6 +238,7 @@ export default {
title: this.dialogInfo.title,
type: this.dialogInfo.type,
id: this.dialogInfo.id,
+ position: this.dialogInfo.position
})
.then(res => {
if (res?.code == 0) {
diff --git a/vue.config.js b/vue.config.js
index 6c2853db..d7d99c65 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -65,10 +65,10 @@ module.exports = {
//设置代理,可解决跨5
'/lan': {
// target: "https://gsgate.cunwuyun.cn/",
- target: 'http://192.168.1.87:9000/',
+ // target: 'http://192.168.1.87:9000/',
// target: "http://192.168.1.113:9998/",
// target: "http://192.168.1.245:9000/",
- // target: "http://192.168.1.34:19898/",
+ target: "http://192.168.1.34:19898",
changeOrigin: true,
pathRewrite: {
//地址重写