he2802 před 3 roky
rodič
revize
5fe7f7a509
2 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 1 1
      common/request.js
  2. 2 2
      pages/login/login.vue

+ 1 - 1
common/request.js

@@ -4,7 +4,7 @@
 import store from '@/store/index.js'
 import api from './api.js'
 var num = 1
-export const BASE_URL = 'http://192.168.1.24:5055'//接口api
+export const BASE_URL = 'http://42.192.164.187:19005'//接口api
 export const BASE_IMG_URL = 'https://file-dev.xyyxt.net/'//图片上传api  'https://file.xyyxt.net/
 export const tenantId = '867735392558919680'
 export const myRequest = (options) => {

+ 2 - 2
pages/login/login.vue

@@ -144,8 +144,8 @@ export default {
 				return 
 			}
 			//虚拟登录
-			that.fakeLogin()
-			return
+			/* that.fakeLogin()
+			return */
 			that.isUse = true
 			that.$api.accountLogin(this.form).then(
 				res => {