소스 검색

Merge pull request '地址' (#19) from 11-wms-zjl into master

Reviewed-on: http://git.picaiba.com/mt-fe-group/11-wms/pulls/19
pull/20/head
juzi 1 년 전
부모
커밋
3c34e31711
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/layout/components/Navbar.vue

+ 1
- 1
src/layout/components/Navbar.vue 파일 보기

@@ -219,7 +219,7 @@ export default {
// this.$router.push('/')
if (sessionStorage.getItem('param')) {
const param = JSON.parse(window.atob(sessionStorage.getItem('param')))
window.location = 'https://www.baidu.com/?' + param
window.location = 'http://192.168.1.103:9527/#/?' + param
}
},
handleAlarm() {},


불러오는 중...
취소
저장