lex-xin 5 년 전
부모
커밋
07c68f209d
5개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/css/app.0f3123f3.css
  3. 0 0
      dist/static/js/app.0b0c4eb5.js
  4. 1 1
      src/views/dashboard/index.vue
  5. 2 2
      vue.config.js

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/css/app.0f3123f3.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/app.0b0c4eb5.js


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

@@ -472,7 +472,7 @@ export default {
                 })
             ).then(result => {
                 if(result.code == 200) {
-                    // this.paymentStatus = 
+                    this.majorStatus = 5
                     this.$message({
                         type: 'success',
                         message: '关闭成功'

+ 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.27: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 = {
 	/**

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.