Browse Source

开发环境使用通州万达广场

yunxing 3 years ago
parent
commit
47f683081a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/App.vue

+ 1 - 1
src/App.vue

@@ -146,7 +146,7 @@ export default {
             }
             // TODO: 开发环境,参数修改
             if (process.env.VUE_APP_RealEnv === 'development') {   
-                href = encrypted('username=liujiandong&plazaId=1000423')
+                href = encrypted('username=liujiandong&plazaId=1000772')
             }
             let url = decrypted(href) // window.location.href
             // console.log('url: '+ url )