更改iws部署配置
This commit is contained in:
parent
9c6201537d
commit
cf92711e6e
|
|
@ -775,7 +775,7 @@ const routes: Array<RouteRecordRaw> = [
|
|||
|
||||
const router = createRouter({
|
||||
// 路由模式
|
||||
history: createWebHistory('/mall-view/'),
|
||||
history: createWebHistory('/iws/mall-view/'),
|
||||
routes
|
||||
})
|
||||
|
||||
|
|
|
|||
|
|
@ -689,7 +689,7 @@ const onEditorReady = (editor) => {
|
|||
onMounted(() => {
|
||||
getContractListData()
|
||||
|
||||
uploadUrlTemp.value = window.location.origin + '/mall-view/contract-template.docx'
|
||||
uploadUrlTemp.value = window.location.origin + '/iws/mall-view/contract-template.docx'
|
||||
// getEquipmentTypeApi().then((res: any) => {
|
||||
// deviceTypeTree.value = res.data
|
||||
})
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ export default ({ mode }: any) => {
|
|||
}
|
||||
|
||||
return defineConfig({
|
||||
base: '/mall-view/',
|
||||
base: '/iws/mall-view/',
|
||||
plugins: [
|
||||
vue(),
|
||||
vueJsx(),
|
||||
|
|
|
|||
Loading…
Reference in New Issue