Browse Source

老师端结束

1
mo 3 years ago
parent
commit
78f6a1b93f
2 changed files with 3 additions and 3 deletions
  1. 1 1
      src/views/visitManager/addVisit.vue
  2. 2 2
      vue.config.js

+ 1 - 1
src/views/visitManager/addVisit.vue

@@ -331,7 +331,7 @@ export default {
       setLoading(false);
       if (result.code == 200) {
         this.$toast("添加成功");
-        this.$router.push("visitList");
+        this.$router.push("visitList"); 
       } else {
         this.$toast(result.msg);
         this.clickStatus = false;

+ 2 - 2
vue.config.js

@@ -1,7 +1,7 @@
-let targetUrl = 'http://mteatest.dayaedu.com'
+// let targetUrl = 'http://mteatest.dayaedu.com'
 // let targetUrl = 'http://192.168.3.139:8000' // 箭河
 // let targetUrl = 'https://online.dayaedu.com'
-// let targetUrl = 'http://dev.dayaedu.com/'
+let targetUrl = 'http://dev.dayaedu.com/'
 // let targetUrl = 'http://192.168.3.196'
 module.exports = {
   chainWebpack: config => {