修改密码隐藏忘记密码,销售管理接口,数据看板柱形图展示,页面切换刷新处理
This commit is contained in:
4
public/Index.vue
vendored
4
public/Index.vue
vendored
@@ -190,7 +190,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { getStatistical } from '@/api/statistical'
|
||||
import { getMiddlesUserDatas } from '@/api/statistical'
|
||||
import { timeFix } from '@/utils/util'
|
||||
import EditShop from '@/views/home/modules/EditShop'
|
||||
|
||||
@@ -232,7 +232,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
getInfo () {
|
||||
getStatistical().then(res => {
|
||||
getMiddlesUserDatas().then(res => {
|
||||
this.base_info = res.base_info
|
||||
this.business = res.business
|
||||
this.orders = res.orders
|
||||
|
||||
Reference in New Issue
Block a user