|
|
@@ -325,9 +325,6 @@ export default {
|
|
|
};
|
|
|
},
|
|
|
created() {
|
|
|
- if (process.env.NODE_ENV == "production") {
|
|
|
- localStorage.setItem("server_address", `${window.location.origin}/`);
|
|
|
- }
|
|
|
const regExp = /Android|webOS|iPhone|BlackBerry|IEMobile|Opera Mini/i;
|
|
|
this.isPhone = regExp.test(navigator.userAgent) && window.innerWidth < 860;
|
|
|
this.isPad =
|