diff --git a/package.json b/package.json index c559b2b5..57912ffe 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,9 @@ "vue-splitpane": "1.0.4", "vuedraggable": "2.20.0", "vuex": "3.1.0", - "xlsx": "0.14.1" + "xlsx": "0.14.1", + "xterm": "^5.3.0", + "xterm-addon-fit": "^0.8.0" }, "devDependencies": { "@vue/cli-plugin-babel": "4.4.4", diff --git a/src/config/APIconfig.js b/src/config/APIconfig.js new file mode 100644 index 00000000..561c2976 --- /dev/null +++ b/src/config/APIconfig.js @@ -0,0 +1,2 @@ +// src/config/apiConfig.js +export const API_URL = 'http://localhost:3000' diff --git a/src/views/dashboard/admin/index.vue b/src/views/dashboard/admin/index.vue index 8b1f1648..ee64af6d 100644 --- a/src/views/dashboard/admin/index.vue +++ b/src/views/dashboard/admin/index.vue @@ -24,6 +24,7 @@ -