Explorar el Código

去掉路由更新

yuxingxing hace 2 años
padre
commit
fe7895a3ed
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  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,
+		// })
 	},
 }