Skip to content

Commit

Permalink
feat(多租户): 协议资产
Browse files Browse the repository at this point in the history
多租户协议资产
  • Loading branch information
Lind-pro committed Jun 18, 2020
1 parent c7ffcc8 commit 86b729f
Show file tree
Hide file tree
Showing 8 changed files with 491 additions and 230 deletions.
4 changes: 2 additions & 2 deletions config/proxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
export default {
dev: {
'/jetlinks': {
// target: 'http://192.168.3.188:8844/',
// ws: 'ws://192.168.3.188:8844/',
// target: 'http://192.168.3.138:8844/',
// ws: 'ws://192.168.3.138:8844/',
// target: 'http://water.zlkjhb.com:9000/jetlinks',
// ws: 'http://water.zlkjhb.com:9000/jetlinks',
ws: 'ws://demo.jetlinks.cn/jetlinks',
Expand Down
2 changes: 2 additions & 0 deletions src/pages/system/tenant/components/assets/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import styles from './index.less';
import Product from "./product";
import Device from "./device";
import Service from "../../service";
import Protocol from "./protocol";

interface Props {
data: any;
Expand Down Expand Up @@ -52,6 +53,7 @@ const Assets = (props: Props) => {

<Product user={current} />
<Device user={current} />
<Protocol user={current} />
</List>
</div>
</div >
Expand Down
228 changes: 0 additions & 228 deletions src/pages/system/tenant/components/assets/product/edit/user/index.tsx1

This file was deleted.

0 comments on commit 86b729f

Please sign in to comment.