更改iws部署配置

This commit is contained in:
BianLzhaoMin 2025-01-15 09:40:34 +08:00
parent 9c6201537d
commit cf92711e6e
3 changed files with 3 additions and 3 deletions

View File

@ -775,7 +775,7 @@ const routes: Array<RouteRecordRaw> = [
const router = createRouter({
// 路由模式
history: createWebHistory('/mall-view/'),
history: createWebHistory('/iws/mall-view/'),
routes
})

View File

@ -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
})

View File

@ -31,7 +31,7 @@ export default ({ mode }: any) => {
}
return defineConfig({
base: '/mall-view/',
base: '/iws/mall-view/',
plugins: [
vue(),
vueJsx(),