feat: change test view to basic jtag upload and download page
This commit is contained in:
@@ -5,10 +5,10 @@ import { createPinia } from 'pinia'
|
||||
|
||||
import App from '@/App.vue'
|
||||
import router from './router'
|
||||
import { initConstraintCommunication } from './APIClient'
|
||||
// import { Client } from './APIClient'
|
||||
|
||||
const app = createApp(App).use(router).use(createPinia()).mount('#app')
|
||||
|
||||
// 初始化约束通信
|
||||
initConstraintCommunication();
|
||||
// initConstraintCommunication();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user