diff --git a/manifest.json b/manifest.json index a3236b5..3cb13da 100644 --- a/manifest.json +++ b/manifest.json @@ -48,6 +48,12 @@ }, /* 快应用特有相关 */ "quickapp" : {}, + /* H5特有相关 */ + "h5" : { + "devServer" : { + "port" : 8002 + } + }, /* 小程序特有相关 */ "mp-weixin" : { "appid" : "wx24736a3864e8f0e9", diff --git a/pages/components/SplashScreen.vue b/pages/components/SplashScreen.vue index e7aaf20..8cae4f6 100644 --- a/pages/components/SplashScreen.vue +++ b/pages/components/SplashScreen.vue @@ -13,7 +13,7 @@ - 跳過 ({{ countdown }}s) + 跳过 ({{ countdown }}s)