flat: 备注
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="app_container">
|
<view class="app_container">
|
||||||
|
<view>驳回原因:
|
||||||
|
<view class="textd">{{info.reviewMsg}}</view>
|
||||||
|
</view>
|
||||||
<view v-if="jobType === 0">
|
<view v-if="jobType === 0">
|
||||||
<TaskVue :company="info"></TaskVue>
|
<TaskVue :company="info"></TaskVue>
|
||||||
</view>
|
</view>
|
||||||
@@ -72,4 +75,10 @@
|
|||||||
.app_container {
|
.app_container {
|
||||||
padding: 24rpx;
|
padding: 24rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.textd {
|
||||||
|
color: #666666;
|
||||||
|
font-size: 30rpx;
|
||||||
|
margin-bottom: 20rpx;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
@@ -3,7 +3,7 @@ module.exports = {
|
|||||||
port: 1887,
|
port: 1887,
|
||||||
proxy: {
|
proxy: {
|
||||||
'/api': {
|
'/api': {
|
||||||
target: 'http://192.168.1.105:8000',
|
target: 'http://localhost:8000',
|
||||||
ws: true,
|
ws: true,
|
||||||
pathRewrite: {
|
pathRewrite: {
|
||||||
'^/api': '/'
|
'^/api': '/'
|
||||||
|
|||||||
Reference in New Issue
Block a user