mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-20 02:47:30 +08:00
完成axios可视化
This commit is contained in:
@@ -93,7 +93,10 @@ module.exports = configure(function (ctx) {
|
||||
],
|
||||
},
|
||||
]);
|
||||
chain.resolve.alias.set("plugins", path.join(__dirname, "./src/plugins"));
|
||||
chain.resolve.alias.set(
|
||||
"plugins",
|
||||
path.join(__dirname, "./src/plugins")
|
||||
);
|
||||
chain.resolve.alias.set("js", path.join(__dirname, "./src/js"));
|
||||
},
|
||||
extendWebpack(cfg) {
|
||||
@@ -194,7 +197,6 @@ module.exports = configure(function (ctx) {
|
||||
orientation: "portrait",
|
||||
background_color: "#ffffff",
|
||||
theme_color: "#027be3",
|
||||
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user