|
@@ -22,7 +22,7 @@ export default function networkInformationHint() {
|
|
title: "当前网络状况不佳!",
|
|
title: "当前网络状况不佳!",
|
|
message: `当前网速:下载(${
|
|
message: `当前网速:下载(${
|
|
navigator.connection.downlink
|
|
navigator.connection.downlink
|
|
- }Mb) 网络延时(${navigator.connection.rtt}ms) (点击不再提示)`,
|
|
|
|
|
|
+ }Mb) 网络延时(${navigator.connection.rtt}ms) (点击此行可不再提示)`,
|
|
type: "warning",
|
|
type: "warning",
|
|
onClick: () => {
|
|
onClick: () => {
|
|
Vue.prototype
|
|
Vue.prototype
|