配置
This commit is contained in:
@@ -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" : {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user