From 49d3b574a4cc92174a228c51769b14f1e7fdabba Mon Sep 17 00:00:00 2001 From: liudan <18634735655@163.com> Date: Thu, 27 Jun 2024 16:27:35 +0800 Subject: [PATCH] 1 --- config/app.js | 2 +- main.js | 2 +- manifest.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/app.js b/config/app.js index 4e79342..5b75689 100644 --- a/config/app.js +++ b/config/app.js @@ -2,7 +2,7 @@ module.exports = { // 小程序配置 // #ifdef MP || APP-PLUS // 请求域名 格式: https://您的域名 - HTTP_REQUEST_URL: `http://rzds.njrzwl.cn`, + HTTP_REQUEST_URL: `https://rzds.njrzwl.cn`, // HTTP_REQUEST_URL: `https://demo.crmeb.com`, // #endif diff --git a/main.js b/main.js index f914b58..7b884ab 100644 --- a/main.js +++ b/main.js @@ -17,7 +17,7 @@ import configs from './config/app.js' import socket from './libs/new_chat.js' import i18n from './utils/lang.js'; Vue.prototype.$util = util; -Vue.prototype.$baseurl = 'http://rzds.njrzwl.cn'; +Vue.prototype.$baseurl = 'https://rzds.njrzwl.cn'; Vue.prototype.$config = configs; Vue.prototype.$Cache = Cache; Vue.prototype.$eventHub = new Vue(); diff --git a/manifest.json b/manifest.json index f01fe4c..a7a4db9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name" : "猫小鱼潮玩", - "appid" : "__UNI__A3F1ED4", + "appid" : "__UNI__BFA0B04", "description" : "猫小鱼潮玩", "versionName" : "5.3.0", "versionCode" : 530, @@ -203,8 +203,8 @@ "startLocationUpdateBackground", "chooseAddress" ] - // "__usePrivacyCheck__" : true }, + // "__usePrivacyCheck__" : true "mp-alipay" : { "usingComponents" : true },