Ver código fonte

文案修改

黄琪勇 10 meses atrás
pai
commit
7e728c72b9
1 arquivos alterados com 1 adições e 1 exclusões
  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]
         })
 }