hsy hace 2 meses
padre
commit
2f7fc23bb5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/promotion/goods.vue

+ 1 - 1
src/views/promotion/goods.vue

@@ -181,7 +181,7 @@ const getWeChatAuth = async () => {
   const { appId, errMsg, paymentSettingId } = await preCheck();
   if (errMsg) {
     // return showToast(errMsg);
-    route.push({
+    router.push({
       name: "error",
       query: {
         msg: errMsg,