|
@@ -1,6 +1,6 @@
|
|
const { defineConfig } = require('@vue/cli-service')
|
|
const { defineConfig } = require('@vue/cli-service')
|
|
module.exports = defineConfig({
|
|
module.exports = defineConfig({
|
|
-// publicPath: '/sc-oa',
|
|
|
|
|
|
+ publicPath: '/sc-oa',
|
|
transpileDependencies: true,
|
|
transpileDependencies: true,
|
|
devServer: {
|
|
devServer: {
|
|
host: 'localhost', // 本地地址
|
|
host: 'localhost', // 本地地址
|