|
@@ -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
|
|
|
}
|