diff --git a/.env.production b/.env.production index 71fddffd6..e2a2eab9e 100644 --- a/.env.production +++ b/.env.production @@ -2,9 +2,9 @@ NODE_ENV = 'production' # Base API # 测试域名 -VITE_NOW_TYPE = 'dist/admin' -VITE_APP_BASE_URL='https://test-multi-store.lihaink.cn' +# VITE_NOW_TYPE = 'dist/admin' +# VITE_APP_BASE_URL='https://test-multi-store.lihaink.cn' # 正式域名 -# VITE_NOW_TYPE = 'build/admin' -# VITE_APP_BASE_URL='https://multi-store.lihaink.cn' \ No newline at end of file +VITE_NOW_TYPE = 'build/admin' +VITE_APP_BASE_URL='https://multi-store.lihaink.cn' \ No newline at end of file diff --git a/src/views/order/beforehand_order/index.vue b/src/views/order/beforehand_order/index.vue index 91808cb27..9a516ab13 100644 --- a/src/views/order/beforehand_order/index.vue +++ b/src/views/order/beforehand_order/index.vue @@ -77,6 +77,7 @@ /> + 门店 查询 重置 { + queryParams.is_store = 1 + get_lists() +} // 选中数据 const selectData = ref([])