Commit cb063e4f by 袁晓帅

提交IOC和分页

parent 97dd1c07
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
</template> </template>
<script> <script>
export default { export default {
name: 'pagination', name: 'pagination',
props: { props: {
......
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
<div style="display: flex;"> <div style="display: flex;">
<el-upload <el-upload
class="avatar-uploader" class="avatar-uploader"
action="http://jinmao-api.iyunfish.com/baseInfo/uploadPhoto" action="http://39.97.169.207:9200/baseInfo/uploadPhoto"
:show-file-list="false" :show-file-list="false"
:headers="headers" :headers="headers"
:on-success="handleadd" :on-success="handleadd"
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
<div style="display: flex;"> <div style="display: flex;">
<el-upload <el-upload
class="avatar-uploader" class="avatar-uploader"
action="http://jinmao-api.iyunfish.com/baseInfo/uploadPhoto" action="http://39.97.169.207:9200/baseInfo/uploadPhoto"
:show-file-list="false" :show-file-list="false"
:headers="headers" :headers="headers"
:on-success="handleedit" :on-success="handleedit"
...@@ -109,6 +109,7 @@ ...@@ -109,6 +109,7 @@
</el-dialog> </el-dialog>
</div> </div>
</template> </template>
<script> <script>
import pagination from '../../BasePagination.vue'; import pagination from '../../BasePagination.vue';
export default { export default {
......
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
<div style="display: flex;"> <div style="display: flex;">
<el-upload <el-upload
class="avatar-uploader" class="avatar-uploader"
action="http://jinmao-api.iyunfish.com/baseInfo/uploadPhoto" action="http://39.97.169.207:9200/baseInfo/uploadPhoto"
:show-file-list="false" :show-file-list="false"
:headers="headers" :headers="headers"
:on-success="handlevideoedit" :on-success="handlevideoedit"
...@@ -111,7 +111,7 @@ ...@@ -111,7 +111,7 @@
<div style="display: flex;"> <div style="display: flex;">
<el-upload <el-upload
class="avatar-uploader" class="avatar-uploader"
action="http://jinmao-api.iyunfish.com/baseInfo/uploadPhoto" action="http://39.97.169.207:9200/baseInfo/uploadPhoto"
:show-file-list="false" :show-file-list="false"
:headers="headers" :headers="headers"
:on-success="handleAvataredit" :on-success="handleAvataredit"
...@@ -133,6 +133,7 @@ ...@@ -133,6 +133,7 @@
</el-dialog> </el-dialog>
</div> </div>
</template> </template>
<script> <script>
import pagination from '../../BasePagination.vue'; import pagination from '../../BasePagination.vue';
export default { export default {
......
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
<div class="row-text">警官照片</div> <div class="row-text">警官照片</div>
<el-upload <el-upload
class="avatar-uploader" class="avatar-uploader"
action="http://jinmao-api.iyunfish.com/baseInfo/uploadPhoto" action="http://39.97.169.207:9200/baseInfo/uploadPhoto"
:headers="headers" :headers="headers"
:show-file-list="false" :show-file-list="false"
:on-success="handleAvatarSuccess" :on-success="handleAvatarSuccess"
...@@ -276,6 +276,7 @@ ...@@ -276,6 +276,7 @@
</div> </div>
</div> </div>
</template> </template>
<script> <script>
export default { export default {
data: () => ({ data: () => ({
......
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
<div style="display: flex;"> <div style="display: flex;">
<el-upload <el-upload
class="avatar-uploader" class="avatar-uploader"
action="http://jinmao-api.iyunfish.com/baseInfo/uploadPhoto" action="http://39.97.169.207:9200/baseInfo/uploadPhoto"
:headers="headers" :headers="headers"
:show-file-list="false" :show-file-list="false"
:on-success="handleAvatarSuccess" :on-success="handleAvatarSuccess"
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
<div style="display: flex;"> <div style="display: flex;">
<el-upload <el-upload
class="avatar-uploader" class="avatar-uploader"
action="http://jinmao-api.iyunfish.com/baseInfo/uploadPhoto" action="http://39.97.169.207:9200/baseInfo/uploadPhoto"
:headers="headers" :headers="headers"
:show-file-list="false" :show-file-list="false"
:on-success="handleAvataredit" :on-success="handleAvataredit"
...@@ -94,6 +94,7 @@ ...@@ -94,6 +94,7 @@
</el-dialog> </el-dialog>
</div> </div>
</template> </template>
<script> <script>
import pagination from '../../BasePagination.vue'; import pagination from '../../BasePagination.vue';
export default { export default {
......
...@@ -64,6 +64,7 @@ ...@@ -64,6 +64,7 @@
</el-dialog> </el-dialog>
</div> </div>
</template> </template>
<script> <script>
import pagination from '../../BasePagination.vue'; import pagination from '../../BasePagination.vue';
export default { export default {
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
<div style="display: flex;"> <div style="display: flex;">
<el-upload <el-upload
class="avatar-uploader" class="avatar-uploader"
action="http://jinmao-api.iyunfish.com/baseInfo/uploadPhoto" action="http://39.97.169.207:9200/baseInfo/uploadPhoto"
:show-file-list="false" :show-file-list="false"
:headers="headers" :headers="headers"
:on-success="handleAvatarSuccess" :on-success="handleAvatarSuccess"
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
<div style="display: flex;"> <div style="display: flex;">
<el-upload <el-upload
class="avatar-uploader" class="avatar-uploader"
action="http://jinmao-api.iyunfish.com/baseInfo/uploadPhoto" action="http://39.97.169.207:9200/baseInfo/uploadPhoto"
:show-file-list="false" :show-file-list="false"
:headers="headers" :headers="headers"
:on-success="handleAvataredit" :on-success="handleAvataredit"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment