Browse Source

添加功能

lex-xin 5 years ago
parent
commit
870c1725c1

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.73889f56.css


+ 0 - 0
dist/static/css/chunk-libs.3dfb7769.css → dist/static/css/chunk-libs.5cf311f0.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.4e77c0eb.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.815909d9.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-libs.6a7009d2.js


+ 1 - 0
src/views/dashboard/index.vue

@@ -513,6 +513,7 @@ export default {
                 setTimeout(() => {
                     this.getstudentList();
                     this.majorStatus = 2;
+                    this.paymentStatus = false; // 是否显示缴费
                     this.isDialog = false;
                     this.dialogForm.text = '';
                 }, 1000);

+ 2 - 2
vue.config.js

@@ -15,8 +15,8 @@ const name = defaultSettings.title || '大雅报名管理'; // page title
 // port = 9528 npm run dev OR npm run dev --port = 9528
 const port = process.env.port || process.env.npm_config_port || 9528; // dev port
 // const targetUrl = 'http://testpay.dayaedu.com'
-const targetUrl = 'https://manage.dayaedu.com'
-// const targetUrl = 'http://192.168.3.38:8088'
+// const targetUrl = 'https://manage.dayaedu.com'
+const targetUrl = 'http://192.168.3.27:8088'
 // All configuration item explanations can be find in https://cli.vuejs.org/config/
 module.exports = {
 	/**

Some files were not shown because too many files changed in this diff