diff --git a/http/yskApi/http.js b/http/yskApi/http.js index 81590ba..3504d16 100644 --- a/http/yskApi/http.js +++ b/http/yskApi/http.js @@ -16,10 +16,10 @@ import { import infoBox from "@/commons/utils/infoBox.js" import go from '@/commons/utils/go.js'; // 测试服 -let baseUrl = 'https://admintestpapi.sxczgkj.cn' +// let baseUrl = 'https://admintestpapi.sxczgkj.cn' //预发布 -// let baseUrl = 'https://pre-cashieradmin.sxczgkj.cn' +let baseUrl = 'https://pre-cashieradmin.sxczgkj.cn' // 王伟本地测 // let baseUrl = '/ww' diff --git a/manifest.json b/manifest.json index ae45d73..41fb573 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name" : "银收客", - "appid" : "__UNI__66E7BD0", + "appid" : "__UNI__02A31D8", "description" : "", "versionName" : "1.0.0", "versionCode" : 100, diff --git a/开发文档.md b/开发文档.md index e5e608d..bd5d33e 100644 --- a/开发文档.md +++ b/开发文档.md @@ -7,7 +7,7 @@ H5, 不影响。 ###apk下载地址 -* +* ### 全局文件结构 * commons->utils>hasPermission.js 全局权限验证文件