我的页面,首页来款项目

This commit is contained in:
姚亚男
2021-10-12 18:17:26 +08:00
parent 32e229fec3
commit 491caf06a3
41 changed files with 756 additions and 412 deletions
+2
View File
@@ -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 => {