|
@@ -187,11 +187,11 @@
|
|
|
document.querySelector('.uni-page-head-hd').style.display = 'none'
|
|
|
},
|
|
|
|
|
|
- beforeCreate: function() {
|
|
|
- },
|
|
|
+ beforeCreate: function() {},
|
|
|
|
|
|
|
|
|
onLoad: function(option) {
|
|
|
+
|
|
|
|
|
|
// if (option.op) {
|
|
|
// this.getData();
|
|
@@ -201,6 +201,7 @@
|
|
|
// }
|
|
|
|
|
|
|
|
|
+=
|
|
|
this.getData();
|
|
|
|
|
|
this.hackReset = false;
|
|
@@ -211,9 +212,9 @@
|
|
|
|
|
|
methods: {
|
|
|
|
|
|
-
|
|
|
+
|
|
|
async init() {
|
|
|
- window.location.href = this.$BASE_URL+"Com/getPageAuthorization1"
|
|
|
+ window.location.href = this.$BASE_URL + "Com/getPageAuthorization1"
|
|
|
},
|
|
|
// end
|
|
|
|
|
@@ -293,8 +294,6 @@
|
|
|
window.addEventListener('popstate', function() {
|
|
|
// alert('点击返回按钮了!')
|
|
|
});
|
|
|
-
|
|
|
-
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss">
|