修改打包方式去除版本控制打包,修改app文件名称根据配置文件请求地址判断

This commit is contained in:
2024-12-12 16:06:02 +08:00
parent f080db6c9a
commit 95b3a5c4ce
4 changed files with 21 additions and 6 deletions

10
src/config/index.js Normal file
View File

@@ -0,0 +1,10 @@
export const testUrl='video-admin';
export const productUrl='dj-admin';
// const baseUrl = "http://192.168.1.15:8100/sqx_fast/"
const baseUrl = "https://video.hnsiyao.cn/sqx_fast/"
// const baseUrl = "https://dj-api.hnsiyao.cn/sqx_fast/"
export default{
baseUrl
}