贵州分支

This commit is contained in:
bb_pan 2025-04-08 16:25:51 +08:00
parent 52f11697b9
commit d5ad0e3345
5 changed files with 16 additions and 9 deletions

View File

@ -42,7 +42,8 @@
</script>
<title>
安徽租赁商城
<!-- 贵州 -->
智联装备云控平台
</title>
<!--preload-links-->
<!--app-context-->

View File

@ -1,5 +1,6 @@
{
"name": "安徽租赁商城",
//
"name": "智联装备云控平台",
"appid": "",
"description": "",
"versionName": "1.0.0",
@ -74,9 +75,12 @@
"vueVersion": "3",
"h5": {
"router": {
"base": "./",
"mode": "hash"
// "base": "./",
// "mode": "hash"
"base": "/iws/h5portal", //
"mode": "history" //
},
"title": "安徽机具租赁商城"
// "title": "安徽机具租赁商城"
"title": "智联装备云控平台"
}
}

View File

@ -35,7 +35,8 @@
</view>
<view class="card-style goods-company">
<h4>安徽送变电公司</h4>
<!-- 贵州 -->
<h4>贵州送变电公司</h4>
<view>
<text> 入驻时间{{ deviceInfo.companyCreateTime }} </text>
<text> 上架数量{{ deviceInfo.devUapNum }} </text>

View File

@ -58,7 +58,8 @@
</view>
<view class="card-style goods-company">
<h4>安徽送变电公司</h4>
<!-- 贵州 -->
<h4>贵州送变电公司</h4>
<view>
<text> 入驻时间{{ deviceInfo.companyCreateTime }} </text>
<text> 上架数量{{ deviceInfo.devUapNum }} </text>

View File

@ -6,8 +6,8 @@ import { useMemberStore } from '@/stores';
* baseURL 设置请求ip地址和端口
*/
const ENV = process.env.NODE_ENV;
export const baseURL = ENV === 'development' ? '/api' : '/iws/proxyApi'; // 宏源服务
// export const baseURL = ENV === 'development' ? '/api' : '/proxyApi'; // 测试服务
// export const baseURL = ENV === 'development' ? '/api' : '/iws/proxyApi'; // 宏源服务
export const baseURL = ENV === 'development' ? '/api' : '/proxyApi'; // 测试服务
/**
* httpInterceptor 分别拦截 request uploadFile 请求
*/