Browse Source

修改接口shopType
为1

wzy 1 year ago
parent
commit
e938d5b6dd

+ 2 - 1
.env.development

@@ -7,5 +7,6 @@ VUE_APP_BASE_API = '/dev-api'
 # 开发环境
 # VUE_APP_DOMAIN_PREFIX = 'http://192.168.0.91:9007'
 # 演示环境
-VUE_APP_DOMAIN_PREFIX = 'http://192.168.0.91:9007'
+# VUE_APP_DOMAIN_PREFIX = 'http://192.168.0.91:9007'
+VUE_APP_DOMAIN_PREFIX = 'https://mtradminapi.tfcliao.com'
 # VUE_APP_DOMAIN_PREFIX = '/api'

+ 1 - 0
canvas-container/views/canvasContainer.vue

@@ -97,6 +97,7 @@ import Cookies from 'js-cookie'
             cloneComponentsData[i].componentContent.productData.imgTextData = [] // 清除展示数据
           }
         }
+        console.log(cloneComponentsData);
         var paramsData = {
           terminal: this.terminal,
           json: JSON.stringify(cloneComponentsData)

File diff suppressed because it is too large
+ 21396 - 1
package-lock.json


+ 1 - 0
src/views/brandFactory/factoryList/index.vue

@@ -780,6 +780,7 @@ export default {
     // businessListGetAll
     // 初始化查询所有数据
     async getAll(formInline) {
+      console.log(formInline,111)
       const res = await businessListGetAll(formInline)
       this.total = res.data.total
       this.tableData = res.data.list

+ 3 - 3
src/views/business/businessList/index.vue

@@ -335,14 +335,14 @@ export default {
         contractState: '', // 合同状态 1-有效 0-无效
         page: '1', // 当前页
         pageSize: '10', // 每页记录数
-        shopType: 2
+        shopType: 1
       },
       disabled: false,
       ruleForm: {
         shopName: '', // 店铺名称
         chargePersonName: '', // 店铺负责人
         chargePersonPhone: '', // 负责人电话
-        shopType: 2, // 店铺类型 1商城 2本地
+        shopType: 1, // 店铺类型 1商城 2本地
         isVoucher: 1, // 是否支持代金卷 1 true 2 false
         shopAdress: '', // 地址
         effectiveDate: '', // 生效日期
@@ -561,7 +561,7 @@ export default {
         shopAdress: '', // 地址
         effectiveDate: '', // 生效日期
         effectiveYear: '', // 生效年限
-        shopType: 2, // 商家类型 1 商家 2 本地
+        shopType: 1, // 商家类型 1 商家 2 本地
         isVoucher: 1, // 是否支持代金卷 1 true 2 false
         contractState: 1, // 合同状态 1-有效 0-无效
         auditLive: 1,

Some files were not shown because too many files changed in this diff