Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
wmsApp
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
7256909d
authored
Jun 15, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
bug
parent
13806e28
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
17 deletions
App.vue
util/api.js
App.vue
View file @
7256909d
...
@@ -41,7 +41,8 @@ export default {
...
@@ -41,7 +41,8 @@ export default {
//下载apk文件
//下载apk文件
downloadApk
(
url
)
{
downloadApk
(
url
)
{
uni
.
showLoading
({
uni
.
showLoading
({
title
:
'下载apk文件'
title
:
'下载安装文件'
,
mask
:
true
});
});
let
dtask
=
plus
.
downloader
.
createDownload
(
url
,
{},
(
d
,
status
)
=>
{
let
dtask
=
plus
.
downloader
.
createDownload
(
url
,
{},
(
d
,
status
)
=>
{
if
(
status
==
200
)
{
if
(
status
==
200
)
{
...
...
util/api.js
View file @
7256909d
const
API_BASE_USER
=
'http://user.liexindev.net'
;
//用户系统
//
const API_BASE_USER = 'http://user.liexindev.net'; //用户系统
const
API_BASE_ORDER
=
'http://order.liexindev.net'
;
//订单系统
//
const API_BASE_ORDER = 'http://order.liexindev.net'; //订单系统
const
API_BASE_PUR
=
'http://pur.liexindev.net'
;
//采购系统
//
const API_BASE_PUR = 'http://pur.liexindev.net'; //采购系统
const
API_BASE_SUPPLIER
=
'http://supplier.liexin.net'
;
//供应商系统
//
const API_BASE_SUPPLIER = 'http://supplier.liexin.net'; //供应商系统
const
API_BASE_CRM
=
'http://crmnew.liexindev.net'
;
//CRM系统
//
const API_BASE_CRM = 'http://crmnew.liexindev.net'; //CRM系统
const
API_BASE
=
'http://wms.liexindev.net'
;
//WMS系统
//
const API_BASE = 'http://wms.liexindev.net'; //WMS系统
const
API_BASE_LIEXIN
=
'http://api.liexin.com'
;
//api系统
//
const API_BASE_LIEXIN = 'http://api.liexin.com'; //api系统
const
API_BASE_OSS
=
'http://image.liexindev.net'
;
//oss系统
//
const API_BASE_OSS = 'http://image.liexindev.net'; //oss系统
//
const API_BASE_USER = 'https://user.ichunt.net'; //用户系统
const
API_BASE_USER
=
'https://user.ichunt.net'
;
//用户系统
//
const API_BASE_ORDER = 'https://order.ichunt.net'; //订单系统
const
API_BASE_ORDER
=
'https://order.ichunt.net'
;
//订单系统
//
const API_BASE_PUR = 'https://purchase.ichunt.net'; //采购系统
const
API_BASE_PUR
=
'https://purchase.ichunt.net'
;
//采购系统
//
const API_BASE_SUPPLIER = 'https://supplier.ichunt.net'; //供应商系统
const
API_BASE_SUPPLIER
=
'https://supplier.ichunt.net'
;
//供应商系统
//
const API_BASE_CRM = 'https://crm.ichunt.net'; //CRM系统
const
API_BASE_CRM
=
'https://crm.ichunt.net'
;
//CRM系统
//
const API_BASE = 'https://wms.ichunt.net'; //WMS系统
const
API_BASE
=
'https://wms.ichunt.net'
;
//WMS系统
//
const API_BASE_LIEXIN = 'https://api.ichunt.com'; //api系统
const
API_BASE_LIEXIN
=
'https://api.ichunt.com'
;
//api系统
//
const API_BASE_OSS = 'https://image.ichunt.net'; //oss系统
const
API_BASE_OSS
=
'https://image.ichunt.net'
;
//oss系统
const
API
=
{
const
API
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment