mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 13:26:40 +08:00
关闭商城
This commit is contained in:
parent
4f0da6698c
commit
7f6a8dc6da
@ -15,10 +15,10 @@ const baseUrl = '/';
|
||||
|
||||
// #ifndef H5
|
||||
//服务器域名 小程序 或者 app 时 后端地址
|
||||
const baseUrl = 'https://wy.2hy.net/';
|
||||
const baseUrl = 'http://wuye.xx.xin/';
|
||||
// #endif
|
||||
|
||||
let commonBaseUrl = 'https://wy.2hy.net/';
|
||||
let commonBaseUrl = 'http://wuye.xx.xin/';
|
||||
|
||||
//商城的url
|
||||
let mallUrl = 'http://mallapp.2hy.net/';
|
||||
|
||||
@ -81,8 +81,8 @@
|
||||
data() {
|
||||
return {
|
||||
logoUrl: '',
|
||||
username: '18909711234',
|
||||
password: '123456',
|
||||
username: '',
|
||||
password: '',
|
||||
code: "",
|
||||
loginByPhone: false,
|
||||
msgCode: '',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user