no message

This commit is contained in:
小陌 2023-08-15 17:02:33 +08:00
parent fce4fcc4a8
commit 56f09727f7
5 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
NODE_ENV = development
# 标题
VUE_APP_TITLE = Ansnid
VUE_APP_TITLE = X-PHP
# 本地端口
VUE_APP_PORT = 2800

View File

@ -2,4 +2,4 @@
NODE_ENV = production
# 标题
VUE_APP_TITLE = Ansnid
VUE_APP_TITLE = X-PHP

View File

@ -85,7 +85,7 @@
</template>
<!-- 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 v-else-if="item.component=='formtable'">
<x-form-table ref="videostable" v-model="data[item.name]" v-bind="item.options"> </x-form-table>

View File

@ -12,7 +12,7 @@ const DEFAULT_CONFIG = {
CORE_VER: "1.6.9",
//接口地址
API_URL: 'https://app.gter.net/adminApi',
API_URL: 'https://app.gter.net/admin',
//请求超时
TIMEOUT: 10000,

View File

@ -101,7 +101,7 @@
loaddata(){
//
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) {
Object.assign(this.$data, res.data);
this.dateType = '';