20260720
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
VITE_APP_NAME=云芯威BMS
|
||||
apiUrl=https://yxw.wsdns.cn/api
|
||||
# apiUrl=https://yxw.wsdns.cn/api
|
||||
apiUrl=http://127.0.0.1:9090/api
|
||||
@@ -1,2 +1,2 @@
|
||||
VITE_APP_NAME=云芯威BMS
|
||||
VITE_API_URL=https://yxw.wsdns.cn/api
|
||||
VITE_API_URL=https://yxw-api.websoft.top/api
|
||||
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
/unpackage
|
||||
/node_modules
|
||||
/utils/request-1.js
|
||||
/node_modules/
|
||||
|
||||
6
.idea/.gitignore
generated
vendored
Normal file
6
.idea/.gitignore
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
# Default ignored files
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
# Datasource local storage ignored files
|
||||
/dataSources/
|
||||
/dataSources.local.xml
|
||||
@@ -2,9 +2,9 @@ module.exports = {
|
||||
// 系统名称
|
||||
name: "云芯威BMS",
|
||||
|
||||
apiUrl: "https://yxw.wsdns.cn/api", // 生产环境
|
||||
apiUrl: "https://yxw-api.websoft.top/api", // 生产环境
|
||||
// apiUrl: "http://127.0.0.1:9090/api", // 开发环境
|
||||
// apiUrl: "http://1.14.132.108:10090/api",// 内网穿透
|
||||
// apiUrl: "http://47.107.122.174:9200/api",// 内网穿透
|
||||
uploadUrl: 'https://file.wsdns.cn',
|
||||
|
||||
fileUrl: 'https://oss-yunxinwei.oss-cn-shenzhen.aliyuncs.com',
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
</view>
|
||||
<map id="map" class="map" :scale="scale" :show-location="true" :latitude="latitude"
|
||||
:longitude="longitude"></map>
|
||||
<view class="bottom-bar" @click="scan()">扫码设备二维码下单租赁</view>
|
||||
<view class="bottom-bar" @click="scan()">扫码</view>
|
||||
<u-modal @confirm="showNotice = false" @cancel="hideNotice" v-model="showNotice" title="注意事项" :content='content'
|
||||
showCancelButton cancel-text="不再提醒">
|
||||
<view class="slot-content">
|
||||
|
||||
@@ -292,13 +292,14 @@
|
||||
fileType: 'image',
|
||||
name: 'file'
|
||||
}).then(res => {
|
||||
console.log('res', res)
|
||||
// app.orderSourceData.push(res.data.url)
|
||||
if(app.orderSourceData[id-1]){
|
||||
app.orderSourceData.splice(id-1, 1, res.data.url)
|
||||
} else {
|
||||
app.orderSourceData.push(res.data.url)
|
||||
}
|
||||
|
||||
console.log('app.orderSourceData', app.orderSourceData)
|
||||
})
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user