@@ -27,7 +27,7 @@ export default {
}
},
mounted() {
- window.$privacy = html => {
+ window.privacy = html => {
this.content = html;
};
this.$pageParams = currentUrlToParams();
- window.$userProtocol = html => {
+ window.userProtocol = html => {