generated from root/miduo_server
显示战区
parent
7aa390d7e1
commit
74610c316d
|
|
@ -6,7 +6,7 @@ ENV = 'production'
|
|||
#VUE_APP_BASE_API = 'http://34.87.3.216:8083'
|
||||
|
||||
# 6kw
|
||||
# VUE_APP_BASE_API = 'http://119.3.154.143:9090/'
|
||||
#VUE_APP_BASE_API = 'http://119.3.154.143:9090/'
|
||||
|
||||
# x1国内9377-正式
|
||||
#VUE_APP_BASE_API = 'http://120.92.20.31:8083'
|
||||
|
|
@ -42,7 +42,8 @@ ENV = 'production'
|
|||
#VUE_APP_BASE_API = 'http://110.41.179.253:8083'
|
||||
#BT主播服
|
||||
#VUE_APP_BASE_API = 'http://124.71.66.2:8083'
|
||||
#VUE_APP_BASE_API = 'http://146.56.239.195:8083'
|
||||
#小七
|
||||
VUE_APP_BASE_API = 'http://146.56.239.195:8083'
|
||||
#繁体测试
|
||||
#VUE_APP_BASE_API = 'http://104.199.226.30:8083'
|
||||
#BT 二发
|
||||
|
|
@ -51,7 +52,10 @@ ENV = 'production'
|
|||
#VUE_APP_BASE_API = 'http://35.236.136.235:8083'
|
||||
#开发服
|
||||
#VUE_APP_BASE_API = 'http://120.92.51.235:8083'
|
||||
VUE_APP_BASE_API = 'http://42.96.58.70:8083'
|
||||
#越南政审服
|
||||
#VUE_APP_BASE_API = 'http://42.96.58.70:8083'
|
||||
#韩服正式服
|
||||
#VUE_APP_BASE_API = 'http://43.155.170.34:8083'
|
||||
# ----代理地址----
|
||||
VUE_APP_PROXY_API = 'http://127.0.0.1:80'
|
||||
|
||||
|
|
|
|||
|
|
@ -58,6 +58,9 @@
|
|||
<el-table-column label="登录时间">
|
||||
<template slot-scope="scope">{{ scope.row.loginTime }}</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="登录时间">
|
||||
<template slot-scope="scope">{{ scope.row.area }}</template>
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
</div>
|
||||
</el-tab-pane>
|
||||
|
|
|
|||
Loading…
Reference in New Issue