配置
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
"name" : "印尼海亮",
|
"name" : "印尼海亮",
|
||||||
"appid" : "__UNI__E7A7903",
|
"appid" : "__UNI__E7A7903",
|
||||||
"description" : "印尼海亮铜箔手持系统",
|
"description" : "印尼海亮铜箔手持系统",
|
||||||
"versionName" : "1.0.0",
|
"versionName" : "1.0.2",
|
||||||
"versionCode" : 100,
|
"versionCode" : 102,
|
||||||
"transformPx" : false,
|
"transformPx" : false,
|
||||||
/* 5+App特有相关 */
|
/* 5+App特有相关 */
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
|
|||||||
@@ -69,8 +69,8 @@
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
async _authority () {
|
async _authority () {
|
||||||
let res = await authority()
|
// let res = await authority()
|
||||||
// let res = await allAuthority()
|
let res = await allAuthority()
|
||||||
if (res.code === '1') {
|
if (res.code === '1') {
|
||||||
this.menuList = [...res.result.rf_menu1.sonTree]
|
this.menuList = [...res.result.rf_menu1.sonTree]
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import * as types from '../types'
|
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 = {
|
const state = {
|
||||||
baseUrl: uni.getStorageSync('baseUrl') || baseUrl,
|
baseUrl: uni.getStorageSync('baseUrl') || baseUrl,
|
||||||
setTime: uni.getStorageSync('setTime') || 5000,
|
setTime: uni.getStorageSync('setTime') || 5000,
|
||||||
|
|||||||
Reference in New Issue
Block a user