算法仓更新
This commit is contained in:
parent
a202bb27c9
commit
2bf1249913
|
@ -1,8 +1,8 @@
|
||||||
<!--
|
<!--
|
||||||
* @Author: hisense.wuhongjian
|
* @Author: hisense.wuhongjian
|
||||||
* @Date: 2022-04-11 10:11:40
|
* @Date: 2022-04-11 10:11:40
|
||||||
* @LastEditors: hisense.liangjunhua
|
* @LastEditors: hisense.wuhongjian
|
||||||
* @LastEditTime: 2022-08-01 09:23:52
|
* @LastEditTime: 2022-08-01 14:33:29
|
||||||
* @Description: 告诉大家这是什么
|
* @Description: 告诉大家这是什么
|
||||||
-->
|
-->
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
@ -45,9 +45,9 @@
|
||||||
// window.SITE_CONFIG['apiURL'] = 'http://15.2.21.166:8888/renren-admin';
|
// window.SITE_CONFIG['apiURL'] = 'http://15.2.21.166:8888/renren-admin';
|
||||||
// window.SITE_CONFIG['apiURL'] = 'http://124.222.94.39:8888/renren-admin';
|
// window.SITE_CONFIG['apiURL'] = 'http://124.222.94.39:8888/renren-admin';
|
||||||
// window.SITE_CONFIG['apiURL'] = 'http://10.16.5.35:8888/renren-admin';
|
// window.SITE_CONFIG['apiURL'] = 'http://10.16.5.35:8888/renren-admin';
|
||||||
// window.SITE_CONFIG['apiURL'] = 'http://15.2.21.236:8888/renren-admin';
|
window.SITE_CONFIG['apiURL'] = 'http://192.168.124.236:8888/renren-admin';
|
||||||
window.SITE_CONFIG['previewUrl'] = 'http://localhost:8080/';
|
window.SITE_CONFIG['previewUrl'] = 'http://localhost:8080/';
|
||||||
window.SITE_CONFIG['apiURL'] = 'http://10.134.135.9:8888/renren-admin';
|
// window.SITE_CONFIG['apiURL'] = 'http://10.134.135.9:8888/renren-admin';
|
||||||
// WebSocket地址
|
// WebSocket地址
|
||||||
window.SITE_CONFIG['socketURL'] ='ws://localhost:8080/renren-admin/websocket';
|
window.SITE_CONFIG['socketURL'] ='ws://localhost:8080/renren-admin/websocket';
|
||||||
</script>
|
</script>
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
<el-form-item>
|
<el-form-item>
|
||||||
<el-button @click="flashTableData">查询</el-button>
|
<el-button @click="flashTableData">查询</el-button>
|
||||||
<el-button @click="resetTableData">重置</el-button>
|
<el-button @click="resetTableData">重置</el-button>
|
||||||
|
<el-button type="primary" @click="addTask">任务新增</el-button>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-form>
|
</el-form>
|
||||||
<el-table row-key="id" :data="dataList" border style="width: 100%;">
|
<el-table row-key="id" :data="dataList" border style="width: 100%;">
|
||||||
|
@ -129,7 +130,9 @@ export default {
|
||||||
|
|
||||||
return '未知状态'
|
return '未知状态'
|
||||||
},
|
},
|
||||||
|
addTask () {
|
||||||
|
window.open('http://10.132.191.54:10219/skyline/auth/third/client/view')
|
||||||
|
},
|
||||||
// 重置
|
// 重置
|
||||||
resetTableData () {
|
resetTableData () {
|
||||||
this.queryData.keyworld = ''
|
this.queryData.keyworld = ''
|
||||||
|
|
Loading…
Reference in New Issue