1.1.10 • Published 2 years ago

ct-helper v1.1.10

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

跨iframe域通信

  • main.js 全局实例化
import { TTProxy } from 'ct-helper'

const tt = new TTProxy();
const vue = createApp(App)
vue.config.globalProperties.$tt = tt
vue.mount('#app')
  • 调用接口
 const res = await $tt.get({
    param: {},
    header: {},
    url: 'getInfo',
  });
1.1.10

2 years ago

1.1.0

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago