diff --git a/src/views/port/port/employee.vue b/src/views/port/port/employee.vue
index a7f3bdd..88dff83 100644
--- a/src/views/port/port/employee.vue
+++ b/src/views/port/port/employee.vue
@@ -46,6 +46,11 @@
测试API
测试API
测试API
+
+
+ 接口文档
+
+
@@ -377,6 +382,21 @@ export default {
watch: {},
//方法集合",
methods: {
+
+ navigateToDocumentation() {
+ this.$router.push({
+ path: '/port/sys',
+ query: {
+ name: this.connector.connectorName,
+ picture: this.connector.connectorPicture,
+ describe: this.connector.connectorDescribe,
+ price: this.connector.connectorPrice
+ }
+ });
+ },
+
+
+
async fetchUserBalance() {
try {
const userId = localStorage.getItem('userId');
diff --git a/src/views/port/sys/index.vue b/src/views/port/sys/index.vue
new file mode 100644
index 0000000..4a981f7
--- /dev/null
+++ b/src/views/port/sys/index.vue
@@ -0,0 +1,31 @@
+
+
+
+
+
{{ name }}
+
描述: {{ describe }}
+
价格: {{ price }}/次
+
+
+
+
+
+
+
+
+
+
+