mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
build(projects): add tauri scripts, change tauri icon, fix mockjs [添加tauri相关的命令,变更tauri图标,修复mockjs]
This commit is contained in:
@ -4,9 +4,18 @@
|
||||
# mockjs: ^1.1.0
|
||||
#
|
||||
diff --git a/node_modules/mockjs/dist/mock.js b/node_modules/mockjs/dist/mock.js
|
||||
index 35d5b9a..dcc2fb9 100644
|
||||
index 35d5b9a..3e6a52e 100644
|
||||
--- a/node_modules/mockjs/dist/mock.js
|
||||
+++ b/node_modules/mockjs/dist/mock.js
|
||||
@@ -8264,7 +8264,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
||||
Util.extend(MockXMLHttpRequest.prototype, {
|
||||
// https://xhr.spec.whatwg.org/#the-open()-method
|
||||
// Sets the request method, request URL, and synchronous flag.
|
||||
- open: function(method, url, async, username, password) {
|
||||
+ open: function(method, url, async = true, username, password) {
|
||||
var that = this
|
||||
|
||||
Util.extend(this.custom, {
|
||||
@@ -8310,6 +8310,8 @@ return /******/ (function(modules) { // webpackBootstrap
|
||||
var xhr = createNativeXMLHttpRequest()
|
||||
this.custom.xhr = xhr
|
||||
|
Reference in New Issue
Block a user