连接池配置
diff --git a/src/views/money/pay/index.vue b/src/views/money/pay/index.vue
index 8233b38..f397ff9 100644
--- a/src/views/money/pay/index.vue
+++ b/src/views/money/pay/index.vue
@@ -2,8 +2,10 @@
-
-
充值说明
+ 充值说明
你敢充钱,我就敢让你没钱
+ 子龙说你得有个小目标
+ 什么小目标,得一个亿
-
支付金额
@@ -35,11 +37,13 @@
diff --git a/src/views/pay/customer/index.vue b/src/views/pay/customer/index.vue
index 988ede8..660ea2c 100644
--- a/src/views/pay/customer/index.vue
+++ b/src/views/pay/customer/index.vue
@@ -103,7 +103,9 @@
- 客户名称
+
+
+ 客户名称
{{ customer.appName }}
diff --git a/src/views/port/port/index.vue b/src/views/port/port/index.vue
index d6e6745..fe3d186 100644
--- a/src/views/port/port/index.vue
+++ b/src/views/port/port/index.vue
@@ -1,93 +1,221 @@
-
-
-
-
- 手机号查询归属地
- 购买
- 测试
-
-
-
-
-
-
- IP查询归属地
- 购买
- 测试
-
-
-
-
-
-
- 新闻头条
- 购买
- 测试
-
-
-
-
-
-
- 气象预警
- 购买
- 测试
-
-
-
-
-
-
- 生辰助手
- 购买
- 测试
-
-
-
-
-
-
- 邮编查询
- 购买
- 测试
-
-
-
-
-
-
+ 新增
+
+
+
+
+ {{ scope.row.connectorId }}
+
+
+
+
+
+ {{ scope.row.connectorName }}
+
+
+
+
+
+ {{ scope.row.connectorSort }}
+
+
+
+
+
+ {{ scope.row.connectorDescribe }}
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.connectorCompany }}
+
+
+
+
+
+ {{ scope.row.connectorTime }}
+
+
+
+
+
+ {{ scope.row.connectorResidueDegree }}
+
+
+
+
+
+ {{ scope.row.connectorFrequency }}
+
+
+
+
+
+ 审核中
+ 审核通过
+ 审核失败
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
-
-
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 审核中
+ 审核成功
+ 审核失败
+
+
+
+
+
diff --git a/src/views/version/version/version.vue b/src/views/version/version/version.vue
new file mode 100644
index 0000000..0adf58b
--- /dev/null
+++ b/src/views/version/version/version.vue
@@ -0,0 +1,212 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+
+
+
+
+
+ 添加版本信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.id }}
+
+
+
+
+
+ {{ scope.row.versionClass }}
+
+
+
+
+
+ {{ scope.row.name }}
+
+
+
+
+
+ {{ scope.row.versionCode }}
+
+
+
+
+
+ {{ scope.row.isActivate }}
+
+
+
+
+
+ {{ scope.row.status }}
+
+
+
+
+
+ {{ scope.row.testStatus }}
+
+
+
+
+
+ {{ scope.row.ruleContent }}
+
+
+
+
+
+ {{ scope.row.engineMaintenanceId }}
+
+
+
+
+
+ {{ scope.row.description }}
+
+
+
+
+
+
+ 删除
+
+
+
+
+
+
+
+
+
diff --git a/vue.config.js b/vue.config.js
index d93d965..0f59bdd 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -38,7 +38,7 @@ module.exports = {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
target: `http://172.13.1.1/prod-api`,
- // target: `http://127.0.0.1/8080`,
+ // target: `http://127.0.0.1/8080`, `http://172.13.1.1/prod-api`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''