|
@@ -17,10 +17,10 @@ export default {
|
|
|
name: "app",
|
|
|
async created() {
|
|
|
const whiteList = ["#/order"];
|
|
|
- console.log(this.$route.path);
|
|
|
// const routePath = this.$route.path;
|
|
|
const locationHash = window.location.hash;
|
|
|
- if (locationHash.includes('#/order') != -1) {
|
|
|
+ console.log(this.$route.path, locationHash);
|
|
|
+ if (locationHash.includes('#/order') == -1) {
|
|
|
try {
|
|
|
let Authorization = this.getQueryVariable("Authorization") || null;
|
|
|
if (window.location.hash.indexOf("+") >= 0) {
|