1
This commit is contained in:
@@ -85,7 +85,7 @@ pub fn run() {
|
||||
.parse()
|
||||
.unwrap()
|
||||
)
|
||||
} else {
|
||||
} else {/root/yaoyan/yaoyan_admin/images/newyaoyan
|
||||
WebviewUrl::External(
|
||||
"http://81.70.234.81/images/newyaoyan/index.html"
|
||||
.parse()
|
||||
|
||||
@@ -11,7 +11,7 @@ const monacoEditorPlugin =
|
||||
const host = process.env.TAURI_DEV_HOST;
|
||||
|
||||
export default defineConfig({
|
||||
base: process.env.NODE_ENV === 'production' ? '/images/newyaoyan/index.html' : '/',
|
||||
base: process.env.NODE_ENV === 'production' ? '/images/newyaoyan/' : '/',
|
||||
plugins: [monacoEditorPlugin({}), vue(), tailwindcss()],
|
||||
build: {
|
||||
outDir: '/root/yaoyan/yaoyan_admin/images/newyaoyan',
|
||||
|
||||
Reference in New Issue
Block a user