工单详情返回按钮更换为本地图片

main
吕天方 2 months ago
parent 8222c969b8
commit 2ebc4f193d

@ -1,6 +1,6 @@
// 应用全局配置
module.exports = {
// baseUrl: 'http://192.168.0.111:9102',
// baseUrl: 'http://192.168.0.110:9102',
baseUrl: location.origin, // 'http://202.102.20.34:9002'
// 应用信息
appInfo: {

@ -1,9 +1,15 @@
<template>
<view class="indexcontent">
<u-navbar leftText="工单详情" :safeAreaInsetTop="false" @rightClick="rightClick" :autoBack="true"
<!-- <u-navbar leftText="工单详情" :safeAreaInsetTop="false" @rightClick="rightClick" :autoBack="true"
:placeholder="true" leftIconColor="#ffffff">
</u-navbar> -->
<u-navbar :safeAreaInsetTop="false" @rightClick="rightClick" :autoBack="true"
:placeholder="true" leftIconColor="#ffffff">
<view class="u-nav-slot" slot="left" style="display:flex;align-items: center;">
<image src="@/static/images/goback.png" mode="" style="width: 20px;height: 20px;margin-right: 5px;"></image>
<span style="font-size: 15px;">工单详情</span>
</view>
</u-navbar>
<view class="indexcontent-box">
<view class="indexcontent-bottom">
<view class="indexcontentbttom-item">

Loading…
Cancel
Save