修改密码隐藏忘记密码,销售管理接口,数据看板柱形图展示,页面切换刷新处理

This commit is contained in:
JasonChen
2023-08-01 13:50:01 +08:00
parent da8e18ff5d
commit eb07266904
27 changed files with 1433 additions and 1274 deletions

4
public/Index.vue vendored
View File

@@ -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