From a1770d596a5edbcebfee95938751437bcf9b6780 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Thu, 24 Oct 2024 11:07:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9appid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- http/yskApi/http.js | 4 ++-- manifest.json | 2 +- 开发文档.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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 全局权限验证文件