Quellcode durchsuchen

去掉路由更新

yuxingxing vor 2 Jahren
Ursprung
Commit
fe7895a3ed
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 3 3
      shopro/store/modules/shopro.js

+ 3 - 3
shopro/store/modules/shopro.js

@@ -1910,9 +1910,9 @@ const actions = {
 	syncPages({
 	syncPages({
 		commit
 		commit
 	}) {
 	}) {
-		http('common.syncPages', {
-			data: ROUTES,
-		})
+		// http('common.syncPages', {
+		// 	data: ROUTES,
+		// })
 	},
 	},
 }
 }