修改打包方式去除版本控制打包,修改app文件名称根据配置文件请求地址判断
This commit is contained in:
@@ -4,12 +4,13 @@ import router from '@/router'
|
||||
import qs from 'qs'
|
||||
import merge from 'lodash/merge'
|
||||
import {clearLoginInfo} from '@/utils'
|
||||
|
||||
import config from '@/config/index.js'
|
||||
export const entryName = '短剧13.2系统';
|
||||
|
||||
|
||||
const baseUrl = config.baseUrl
|
||||
// const baseUrl = "http://192.168.1.15:8100/sqx_fast/"
|
||||
const baseUrl = "https://video.hnsiyao.cn/sqx_fast/"
|
||||
// const baseUrl = "https://video.hnsiyao.cn/sqx_fast/"
|
||||
// const baseUrl = "https://dj-api.hnsiyao.cn/sqx_fast/"
|
||||
|
||||
// const $urlMap={
|
||||
|
||||
Reference in New Issue
Block a user