1
@@ -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;
@@ -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 => {