Commit a2b952c8 authored by 赵啸非's avatar 赵啸非

修改设备管理 外部登录

parent 6b4bb688
......@@ -25,7 +25,6 @@ export default {
},
methods: {
beforeFecth() {
console.log(55555555555)
return Promise.resolve();
},
// 表格接收数据前
......@@ -42,7 +41,6 @@ export default {
return;
}
this.tableData.loading = true;
console.log("list:"+this.pageInfo.list)
this.$post(this.pageInfo.list, this.query,{
cancelToken: this.source.token
})
......
......@@ -51,7 +51,7 @@
<id>test</id>
<properties>
<profiles.active>test</profiles.active>
<profiles.server.port>18221</profiles.server.port>
<profiles.server.port>18225</profiles.server.port>
<profiles.datasource.uri>
<![CDATA[jdbc:p6spy:mysql://192.168.0.98:3306/device-platform?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=Hongkong]]></profiles.datasource.uri>
<profiles.datasource.username>root</profiles.datasource.username>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment