更新项目,ios打包

This commit is contained in:
liuyuan
2025-03-17 17:00:10 +08:00
parent efb76a1716
commit 896f897014
27 changed files with 1147 additions and 237 deletions

View File

@@ -15,7 +15,7 @@ Vue.prototype.$commonJS = commonJS
import store from '@/store'
Vue.prototype.$store = store;
//权限配置中心
import base from '@/config/baseUrl'
import base from '@/config/baseUrl.js'
Vue.prototype.$base = base;
Vue.config.productionTip = false
@@ -25,6 +25,7 @@ import { judgeLogin } from '@/config/login';
Vue.prototype.judgeLogin = judgeLogin;
Vue.prototype.isShowHtml = store.state.loadingShow;
Vue.prototype.$baseUrl = "https://api.nuttyreading.com/"
//判断手机型号
uni.getSystemInfo({
success: function (res) {