This commit is contained in:
2026-01-19 10:12:27 +08:00
parent 91b2b087f8
commit fdd4fad7e7
3 changed files with 5 additions and 5 deletions

View File

@@ -2,8 +2,8 @@
"name" : "印尼海亮",
"appid" : "__UNI__E7A7903",
"description" : "印尼海亮铜箔手持系统",
"versionName" : "1.0.0",
"versionCode" : 100,
"versionName" : "1.0.2",
"versionCode" : 102,
"transformPx" : false,
/* 5+App */
"app-plus" : {

View File

@@ -69,8 +69,8 @@
},
methods: {
async _authority () {
let res = await authority()
// let res = await allAuthority()
// let res = await authority()
let res = await allAuthority()
if (res.code === '1') {
this.menuList = [...res.result.rf_menu1.sonTree]
} else {

View File

@@ -1,6 +1,6 @@
import * as types from '../types'
const baseUrl = process.env.NODE_ENV === 'development' ? 'http://10.1.3.91:8013' : 'http://10.1.3.91:8013'
const baseUrl = process.env.NODE_ENV === 'development' ? 'http://10.100.9.3:8013' : 'http://10.100.9.3:8013'
const state = {
baseUrl: uni.getStorageSync('baseUrl') || baseUrl,
setTime: uni.getStorageSync('setTime') || 5000,