Parcourir la source

去掉路由更新

yuxingxing il y a 2 ans
Parent
commit
fe7895a3ed
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      shopro/store/modules/shopro.js

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

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