盈浩小程序
This commit is contained in:
parent
54a0a997db
commit
1fc5b3135e
|
@ -1,7 +1,7 @@
|
|||
// 应用全局配置
|
||||
module.exports = {
|
||||
// baseUrl: 'https://vue.ruoyi.vip/prod-api',
|
||||
baseUrl: 'http://192.168.2.49:3501',
|
||||
// baseUrl: 'http://192.168.2.49:3501',
|
||||
baseUrl: 'https://cang.chuangtewl.com/prod-api',
|
||||
// 应用信息
|
||||
appInfo: {
|
||||
// 应用名称
|
||||
|
|
|
@ -27,14 +27,13 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import UCellGroup from "@/uni_modules/uview-ui/components/u-cell-group/u-cell-group.vue";
|
||||
import UniSection from "@/components/uni-section/uni-section.vue";
|
||||
import {detailUserProdByDate} from "@/api/app/userProd";
|
||||
import {isEmpty} from "@/utils";
|
||||
import {ReportStatus} from "@/utils/enums";
|
||||
|
||||
export default {
|
||||
components: {UniSection, UCellGroup},
|
||||
components: {UniSection},
|
||||
data() {
|
||||
return {
|
||||
date: null,
|
||||
|
|
Loading…
Reference in New Issue
Block a user