zhaobao 2 년 전
부모
커밋
34436eb291
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/layout/components/Navbar.vue

+ 1 - 1
src/layout/components/Navbar.vue

@@ -156,7 +156,7 @@ export default {
     sideTabChange(index, item) {
       const token = getToken()
       if (item.href) {
-        const bigscreen = process.env.NODE_ENV === 'development' ? 'http://192.168.3.250:8080/' : 'http://113.141.93.143:1689/#/'
+        const bigscreen = process.env.NODE_ENV === 'development' ? 'http://192.168.3.250:8080/#/' : 'http://113.141.93.143:1689/#/'
         window.open(`${bigscreen}?token=${token}`)
         return
       }