# Conflicts:
#	manifest.json
This commit is contained in:
18631081161 2025-08-21 19:19:12 +08:00
commit 8bfda024ce
2 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@ import {
post
} from "./request";
var base_url = "https://wc.zpc-xy.com/";
var base_url = "http://49.233.115.141:9338/";
export const getBaseUrl = () => {
return base_url;
}

View File

@ -1,7 +1,6 @@
{
"name" : "北郊随工相机",
"appid" : "__UNI__4E007D7",
"description" : "",
"name" : "随工水印相机",
"appid" : "__UNI__37E1E71", "description" : "",
"versionName" : "1.0.0",
"versionCode" : "100",
"transformPx" : false,
@ -120,5 +119,6 @@
"uniStatistics" : {
"enable" : false
},
"vueVersion" : "3"
"vueVersion" : "3",
"fallbackLocale" : "zh-Hans"
}