no message
This commit is contained in:
parent
fce4fcc4a8
commit
56f09727f7
@ -2,7 +2,7 @@
|
|||||||
NODE_ENV = development
|
NODE_ENV = development
|
||||||
|
|
||||||
# 标题
|
# 标题
|
||||||
VUE_APP_TITLE = Ansnid
|
VUE_APP_TITLE = X-PHP
|
||||||
|
|
||||||
# 本地端口
|
# 本地端口
|
||||||
VUE_APP_PORT = 2800
|
VUE_APP_PORT = 2800
|
@ -2,4 +2,4 @@
|
|||||||
NODE_ENV = production
|
NODE_ENV = production
|
||||||
|
|
||||||
# 标题
|
# 标题
|
||||||
VUE_APP_TITLE = Ansnid
|
VUE_APP_TITLE = X-PHP
|
@ -85,7 +85,7 @@
|
|||||||
</template>
|
</template>
|
||||||
<!-- avatar -->
|
<!-- avatar -->
|
||||||
<template v-else-if="item.component=='avatar'">
|
<template v-else-if="item.component=='avatar'">
|
||||||
<x-avatar v-model="data" :options="item.options" size="small"></x-avatar>
|
<x-avatar :data="data" :options="item.options" size="small"></x-avatar>
|
||||||
</template>
|
</template>
|
||||||
<template v-else-if="item.component=='formtable'">
|
<template v-else-if="item.component=='formtable'">
|
||||||
<x-form-table ref="videostable" v-model="data[item.name]" v-bind="item.options"> </x-form-table>
|
<x-form-table ref="videostable" v-model="data[item.name]" v-bind="item.options"> </x-form-table>
|
||||||
|
@ -12,7 +12,7 @@ const DEFAULT_CONFIG = {
|
|||||||
CORE_VER: "1.6.9",
|
CORE_VER: "1.6.9",
|
||||||
|
|
||||||
//接口地址
|
//接口地址
|
||||||
API_URL: 'https://app.gter.net/adminApi',
|
API_URL: 'https://app.gter.net/admin',
|
||||||
|
|
||||||
//请求超时
|
//请求超时
|
||||||
TIMEOUT: 10000,
|
TIMEOUT: 10000,
|
||||||
|
@ -101,7 +101,7 @@
|
|||||||
loaddata(){
|
loaddata(){
|
||||||
//判断是否开启自定义列
|
//判断是否开启自定义列
|
||||||
if(this.statName) {
|
if(this.statName) {
|
||||||
this.$http.get('app/stat/get', { name: this.statName,date:this.date }).then((res) => {
|
this.$http.get('stat/admin/get', { name: this.statName,date:this.date }).then((res) => {
|
||||||
if (res.code == 200) {
|
if (res.code == 200) {
|
||||||
Object.assign(this.$data, res.data);
|
Object.assign(this.$data, res.data);
|
||||||
this.dateType = '';
|
this.dateType = '';
|
||||||
|
Loading…
Reference in New Issue
Block a user