- 缴费
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+ {{ (pageNum - 1) * pageSize + scope.$index + 1 }}
+
+
+
+
+
+
+
+
+
+
+ 查看缴费清单
+ 缴费
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
-
\ No newline at end of file
+
+
\ No newline at end of file
diff --git a/vue.config.js b/vue.config.js
index 6a11fe6..4099d23 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -34,8 +34,10 @@ module.exports = {
open: true,
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
+ // http://121.40.189.20:9001/
+ // http://192.168.3.77:8080
[process.env.VUE_APP_BASE_API]: {
- target: `http://192.168.3.77:8080`,
+ target: `http://121.40.189.20:9001`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''