diff --git a/.env.development b/.env.development
index e385033..60d9676 100644
--- a/.env.development
+++ b/.env.development
@@ -3,8 +3,9 @@ ENV = 'development'
# 接口地址
# VUE_APP_BASE_API = 'http://192.168.2.128:8000'
# VUE_APP_BASE_API = 'http://192.168.2.133:8000'
+VUE_APP_BASE_API = 'https://admintestpapi.sxczgkj.cn'
# VUE_APP_BASE_API = 'https://cashieradmin.sxczgkj.cn'
-VUE_APP_BASE_API = 'http://192.168.2.96:8000'
+# VUE_APP_BASE_API = 'http://192.168.2.96:8000'
VUE_APP_WS_API = 'ws://192.168.2.128:8000'
# 是否启用 babel-plugin-dynamic-import-node插件
diff --git a/src/views/shop/components/detailModal.vue b/src/views/shop/components/detailModal.vue
index 47a743b..1821490 100644
--- a/src/views/shop/components/detailModal.vue
+++ b/src/views/shop/components/detailModal.vue
@@ -12,6 +12,12 @@
+
+
+
+
+
+
启用
@@ -44,7 +50,9 @@ export default ({
id: '',
payPassword: '',
status: 1,
- appId: ''
+ appId: '',
+ smallAppid: '',
+ storeId: ''
}
}
},
@@ -85,6 +93,8 @@ export default ({
this.form.payPassword = res.payPassword
this.form.status = res.status
this.form.appId = res.appId
+ this.form.smallAppid = res.smallAppid
+ this.form.storeId = res.storeId
} catch (error) {
console.log(error)
}
diff --git a/src/views/shop/components/shopInfo.vue b/src/views/shop/components/shopInfo.vue
index 9cb8cf2..b61410b 100644
--- a/src/views/shop/components/shopInfo.vue
+++ b/src/views/shop/components/shopInfo.vue
@@ -73,6 +73,10 @@
}" format="HH:mm" value-format="HH:mm">
+
+
+
+