Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -326,8 +326,8 @@
|
|||||||
:pageSize="pageConfig.oldStandPageSize"
|
:pageSize="pageConfig.oldStandPageSize"
|
||||||
:total="pageConfig.count4"
|
:total="pageConfig.count4"
|
||||||
autoSize
|
autoSize
|
||||||
@pageChange="page => handlePageChange('oldItems', page)"
|
@pageChange="page => handlePageChange('oldStand', page)"
|
||||||
@pageSizeChange="pageSize => handlePageSizeChange('oldItems', pageSize)"></pagination>
|
@pageSizeChange="pageSize => handlePageSizeChange('oldStand', pageSize)"></pagination>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- </el-tab-pane>-->
|
<!-- </el-tab-pane>-->
|
||||||
|
|||||||
@@ -6,9 +6,10 @@
|
|||||||
// 服务器地址
|
// 服务器地址
|
||||||
// const devIp = '39.98.140.126'
|
// const devIp = '39.98.140.126'
|
||||||
// const devInterfacePORT = '10005'
|
// const devInterfacePORT = '10005'
|
||||||
const devIp = '192.168.10.50'
|
// const devIp = '192.168.10.249'
|
||||||
// const devIp = '62.234.136.153'
|
const devIp = '62.234.136.153'
|
||||||
const devInterfacePORT = '9999'
|
// const devInterfacePORT = '9999'
|
||||||
|
const devInterfacePORT = '8033'
|
||||||
// 配置 idm 认证
|
// 配置 idm 认证
|
||||||
const ssoLogin = 'http://sso.foton.com.cn/oauth2.0/authorize?client_id=app_slrs&response_type=code&redirect_uri='
|
const ssoLogin = 'http://sso.foton.com.cn/oauth2.0/authorize?client_id=app_slrs&response_type=code&redirect_uri='
|
||||||
// 配置 前端服务
|
// 配置 前端服务
|
||||||
|
|||||||
Reference in New Issue
Block a user