我的页面,首页来款项目
This commit is contained in:
@@ -3,6 +3,7 @@ import http from './http.js'
|
||||
// let baseUrl = 'https://share.hzwlsoft.com'
|
||||
// let baseUrl = 'http://localhost:8080'
|
||||
let baseUrl = 'http://10.0.1.9:8080'
|
||||
let URL_CONFIG = '/jero-boot/'
|
||||
// let baseUrl = 'http://192.168.1.110:8080'
|
||||
/* 配置路径 */
|
||||
|
||||
@@ -14,6 +15,7 @@ let apiUrl = {
|
||||
|
||||
export default {
|
||||
baseUrl,
|
||||
URL_CONFIG,
|
||||
//微信账号密码登陆--1
|
||||
wxLoginByUserName(option, success, error) {
|
||||
http.post1(baseUrl + apiUrl.wxLoginByUserName, option).then(res => {
|
||||
|
||||
Reference in New Issue
Block a user