diff --git a/src/config/index.js b/src/config/index.js
index 3a17034..fae1f51 100644
--- a/src/config/index.js
+++ b/src/config/index.js
@@ -6,7 +6,7 @@ export const productUrl='dj-admin';
// const baseUrl = "https://web-api.hnsiyao.cn/czg/" //测试
// const baseUrl = "https://web.hnsiyao.cn/czg/" // 线上
-const baseUrl = "http://192.168.1.43:1333/admin/" // php
+const baseUrl = "http://192.168.1.31:8080/admin/" // php
export default{
baseUrl
diff --git a/src/views/finance/storeincome.vue b/src/views/finance/storeincome.vue
index b6baeb4..8a43c11 100644
--- a/src/views/finance/storeincome.vue
+++ b/src/views/finance/storeincome.vue
@@ -1850,7 +1850,10 @@
this.$http({
url: this.$http.adornUrl('sys/user/info/' + userId),
method: 'get',
- params: this.$http.adornParams({})
+ params: {
+ ...this.$http.adornParams({}),
+ userId: userId
+ }
}).then(({
data
}) => {
@@ -3078,7 +3081,10 @@
this.$http({
url: this.$http.adornUrl('common/type/152'),
method: 'get',
- params: this.$http.adornParams({})
+ params: {
+ ...this.$http.adornParams({}),
+ type:152
+ }
}).then(({
data
}) => {
@@ -3090,7 +3096,10 @@
this.$http({
url: this.$http.adornUrl('common/type/153'),
method: 'get',
- params: this.$http.adornParams({})
+ params: {
+ ...this.$http.adornParams({}),
+ type:153
+ }
}).then(({
data
}) => {
diff --git a/src/views/mission/mission.vue b/src/views/mission/mission.vue
index 74ab266..3a9bd02 100644
--- a/src/views/mission/mission.vue
+++ b/src/views/mission/mission.vue
@@ -2651,6 +2651,9 @@ export default {
this.$http({
url: this.$http.adornUrl("common/type/247"),
method: "get",
+ params: {
+ type:247
+ },
data: this.$http.adornData({}),
}).then(({ data }) => {
if (data.code == 0) {
@@ -2663,6 +2666,9 @@ export default {
this.$http({
url: this.$http.adornUrl("common/type/450"),
method: "get",
+ params: {
+ type:450
+ },
data: this.$http.adornData({}),
}).then(({ data }) => {
if (data.code == 0) {
@@ -2673,6 +2679,9 @@ export default {
this.$http({
url: this.$http.adornUrl("common/type/451"),
method: "get",
+ params: {
+ type:451
+ },
data: this.$http.adornData({}),
}).then(({ data }) => {
if (data.code == 0) {
@@ -2683,6 +2692,9 @@ export default {
this.$http({
url: this.$http.adornUrl("common/type/849"),
method: "get",
+ params: {
+ type:849
+ },
params: this.$http.adornParams({}),
}).then(({ data }) => {
if (data.code == 0) {
diff --git a/src/views/mission/missionDy.vue b/src/views/mission/missionDy.vue
index c23b9c5..20f11c8 100644
--- a/src/views/mission/missionDy.vue
+++ b/src/views/mission/missionDy.vue
@@ -1576,6 +1576,9 @@
this.$http({
url: this.$http.adornUrl('common/type/247'),
method: 'get',
+ params: {
+ type:247
+ },
data: this.$http.adornData({})
}).then(({
data
diff --git a/src/views/mission/missionWx.vue b/src/views/mission/missionWx.vue
index 787e7a2..8c1d9fe 100644
--- a/src/views/mission/missionWx.vue
+++ b/src/views/mission/missionWx.vue
@@ -34,7 +34,7 @@
-
+
取得《网络剧片发行许可证》或重点节目备案号
@@ -181,7 +181,7 @@
:show-file-list="false" :on-success="handleUploadSuccess4" :on-progress="onprogress4" >
上传文件
-
+
-
+