Ver a proveniência

upload

release
HolyKnightIX há 9 meses
ascendente
cometimento
74c58e3bee
5 ficheiros alterados com 19036 adições e 4435 eliminações
  1. +1
    -0
      .gitignore
  2. +15341
    -37
      package-lock.json
  3. +0
    -18
      public/web.config
  4. +1
    -1
      vue.config.js
  5. +3693
    -4379
      yarn.lock

+ 1
- 0
.gitignore Ver ficheiro

@@ -21,3 +21,4 @@ pnpm-debug.log*
*.njsproj
*.sln
*.sw?
*.rar

+ 15341
- 37
package-lock.json
A apresentação das diferenças no ficheiro foi suprimida por ser demasiado grande
Ver ficheiro


+ 0
- 18
public/web.config Ver ficheiro

@@ -1,18 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>

<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="Vue History Rule" stopProcessing="true">
<match url="(.*)" />
<conditions logicalGrouping="MatchAll">
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
</conditions>
<action type="Rewrite" url="/" />
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>

+ 1
- 1
vue.config.js Ver ficheiro

@@ -7,5 +7,5 @@ module.exports = {
// 模板来源
template: 'example/index.html',
},
}
},
}

+ 3693
- 4379
yarn.lock
A apresentação das diferenças no ficheiro foi suprimida por ser demasiado grande
Ver ficheiro


Carregando…
Cancelar
Guardar