From 5fca38611e2128a3e495d49749453426a5ba992c Mon Sep 17 00:00:00 2001 From: handsomewu <562390063@qq.com> Date: Wed, 13 Nov 2024 19:57:53 +0800 Subject: [PATCH] change all url to static files, in order to change easily --- package.json | 4 +++- src/config/APIconfig.js | 2 ++ src/views/dashboard/admin/index.vue | 3 ++- src/views/route/add_policy.vue | 4 ++-- src/views/route/del_policy.vue | 4 ++-- src/views/route/show_policy.vue | 3 ++- src/views/route/show_steer.vue | 3 ++- src/views/route/steer.vue | 3 ++- src/views/schedule/index.vue | 3 ++- src/views/table/dynamic-table/index.vue | 22 +++++++++++----------- 10 files changed, 30 insertions(+), 21 deletions(-) create mode 100644 src/config/APIconfig.js 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 @@ -