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 = {
 	/**

部分文件因文件數量過多而無法顯示