Browse Source

去掉路由更新

yuxingxing 2 years ago
parent
commit
fe7895a3ed
1 changed files with 3 additions and 3 deletions
  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,
+		// })
 	},
 }