diff --git a/common/server.js b/common/server.js index 4301c44..7045205 100644 --- a/common/server.js +++ b/common/server.js @@ -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; } diff --git a/manifest.json b/manifest.json index 391dc81..df8f3da 100644 --- a/manifest.json +++ b/manifest.json @@ -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" }