diff --git a/src/api/store/base.js b/src/api/store/base.js
index 535a5b7..26883ba 100644
--- a/src/api/store/base.js
+++ b/src/api/store/base.js
@@ -123,3 +123,33 @@ export function createSubStore(data) {
}
})
}
+
+export function checkReCreate(data) {
+ return request({
+ url: URL.shop.store.base.checkReCreate,
+ method: 'post',
+ headers: {
+ 'Content-Type': 'application/json;charset=UTF-8'
+ },
+ data:data,
+ })
+}
+
+
+export function reCreate(data) {
+ return request({
+ url: URL.shop.store.base.checkReCreate,
+ method: 'post',
+ headers: {
+ 'Content-Type': 'application/json;charset=UTF-8'
+ },
+ data:data,
+ })
+}
+
+export function getDdistrict(params) {
+ return request({
+ url: URL.shop.store.base.district+'?district_parent_id='+params,
+ method: 'get',
+ })
+}
\ No newline at end of file
diff --git a/src/config/net.config.js b/src/config/net.config.js
index 55a4907..063a070 100644
--- a/src/config/net.config.js
+++ b/src/config/net.config.js
@@ -933,6 +933,9 @@ let url = {
statisticState: api_url + '/admin/shop/shop-store-base/statisticState',
getBaseStoreId: api_url + '/admin/shop/shop-store-base/getBaseStoreId',
FindStoreLevel: api_url + '/admin/shop/shop-store-base/getGrade',
+ checkReCreate: api_url + '/admin/shop/store/sf-supplier/check-recreate-shopid',
+ reCreate: api_url + '/admin/shop/store/sf-supplier/recreate-shopid',
+ district: api_url + '/admin/shop/open/shop-base-district/list',
//商家端-获取门店信息
get: api_url + '/admin/shop/shop-store-base/get',
exportFile: api_url + '/admin/shop/shop-store-base/exportFile',
diff --git a/src/views/settings/config/plateformDeliverFee/checkReCreate.vue b/src/views/settings/config/plateformDeliverFee/checkReCreate.vue
new file mode 100644
index 0000000..abf4069
--- /dev/null
+++ b/src/views/settings/config/plateformDeliverFee/checkReCreate.vue
@@ -0,0 +1,173 @@
+
+