黄琪勇 hace 10 meses
padre
commit
7e728c72b9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/homePage/homePage.vue

+ 1 - 1
src/views/homePage/homePage.vue

@@ -214,7 +214,7 @@ function handleRouter(url?: string) {
       ? router.push(url)
       : useDialogConfirm({
            headImg: require("@/img/homePage/ts.png"),
-           text: "该功能暂未开放,敬请期待哦~",
+           text: "该功能暂未开放,敬请期待哦~",
            btnShow: [true]
         })
 }