修改appid

This commit is contained in:
2024-10-24 11:07:45 +08:00
parent 2840bf3b94
commit a1770d596a
3 changed files with 4 additions and 4 deletions

View File

@@ -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'

View File

@@ -1,6 +1,6 @@
{
"name" : "银收客",
"appid" : "__UNI__66E7BD0",
"appid" : "__UNI__02A31D8",
"description" : "",
"versionName" : "1.0.0",
"versionCode" : 100,

View File

@@ -7,7 +7,7 @@
H5, 不影响。
###apk下载地址
* <https://mp-3b7dba1a-2dfb-4c7a-a239-2ab2157f829a.cdn.bspapp.com/cloudstorage/__UNI__66E7BD0_20241023141536.apk>
* <https://mp-3b7dba1a-2dfb-4c7a-a239-2ab2157f829a.cdn.bspapp.com/cloudstorage/__UNI__66E7BD0_20241023161228.apk >
### 全局文件结构
* commons->utils>hasPermission.js 全局权限验证文件