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) {
     sideTabChange(index, item) {
       const token = getToken()
       const token = getToken()
       if (item.href) {
       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}`)
         window.open(`${bigscreen}?token=${token}`)
         return
         return
       }
       }